"스프링 어노테이션"의 두 판 사이의 차이

잔글 (봇: 애노테이션, 자바 애노테이션 문서를 가리키도록 이중 넘겨주기 고침)
1번째 줄: 1번째 줄:
#넘겨주기 [[애노테이션, 자바 애노테이션]]
 
==목록==
{| class='wikitable'
! 소속패키지 !! 애노테이션
|-
|  || [[@Deprecated]]
|-
|  || [[@Retention]]
|-
|  || [[@Target]]
|-
| java.lang || [[@Override]]
|-
| java.lang || [[@SuppressWarnings]]
|-
| javax.persistence || [[@Column]]
|-
| javax.persistence || [[@Entity]]
|-
| javax.persistence || [[@GeneratedValue]]
|-
| javax.persistence || [[@Id]]
|-
| org.hibernate.annotations || [[@GenericGenerator]]
|-
| org.springframework.beans.factory.annotation || [[@Autowired]]
|-
| org.springframework.boot.autoconfigure || [[@EnableAutoConfiguration ★]]
|-
| org.springframework.boot || [[@SpringBootApplication]]
|-
| org.springframework.context.annotation || [[@Bean]]
|-
| org.springframework.context.annotation || [[@ComponentScan]]
|-
| org.springframework.context.annotation || [[@Configuration]]
|-
| org.springframework.stereotype || [[@Component]]
|-
| org.springframework.stereotype || [[@Controller ★★]]
|-
| org.springframework.stereotype || [[@Service]]
|-
| org.springframework.stereotype || [[@Repository ★]]
|-
| org.springframework.transaction.annotation || [[@Transactional]]
|-
| org.springframework.web.bind.annotation || [[@RequestMapping ★★]]
|-
| org.springframework.web.bind.annotation || [[@RestController ★★]]
|-
| org.springframework.web.servlet.config.annotation || [[@EnableWebMvc ★★]]
|-
| lombok || [[@Data]]
|-
| lombok || [[@AllArgsConstructor]]
|-
| lombok || [[@NoArgsConstructor]]
|}
 
[[분류: 애노테이션]]

2016년 6월 21일 (화) 14:43 판

목록

소속패키지 애노테이션
@Deprecated
@Retention
@Target
java.lang @Override
java.lang @SuppressWarnings
javax.persistence @Column
javax.persistence @Entity
javax.persistence @GeneratedValue
javax.persistence @Id
org.hibernate.annotations @GenericGenerator
org.springframework.beans.factory.annotation @Autowired
org.springframework.boot.autoconfigure @EnableAutoConfiguration ★
org.springframework.boot @SpringBootApplication
org.springframework.context.annotation @Bean
org.springframework.context.annotation @ComponentScan
org.springframework.context.annotation @Configuration
org.springframework.stereotype @Component
org.springframework.stereotype @Controller ★★
org.springframework.stereotype @Service
org.springframework.stereotype @Repository ★
org.springframework.transaction.annotation @Transactional
org.springframework.web.bind.annotation @RequestMapping ★★
org.springframework.web.bind.annotation @RestController ★★
org.springframework.web.servlet.config.annotation @EnableWebMvc ★★
lombok @Data
lombok @AllArgsConstructor
lombok @NoArgsConstructor
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}