-
Notifications
You must be signed in to change notification settings - Fork 0
Java Annotation ์ ๋ฆฌ
Minjae Lee edited this page Apr 16, 2024
·
9 revisions
Annotation | Description |
---|---|
@Component |
|
@Bean |
|
@Autowired |
|
@AllArgsConstructor |
|
@RequiredArgsConstructor |
|
@NoArgsConstructor |
Annotation | Description |
---|---|
@Entity |
|
@Getter |
|
@Id |
|
@GeneratedValue |
|
@Enumerated |
Annotation | Description |
---|---|
@Controller |
|
@RestController |
|
@RequestMapping |
|
@RequestBody |
|
@PathVariable |
Annotation | Description |
---|---|
@Service |
|
@Builder |
|
@Transactional |