"애노테이션"의 두 판 사이의 차이

25번째 줄: 25번째 줄:
| [[@Autowired]] || org.springframework.beans.factory.annotation.Autowired
| [[@Autowired]] || org.springframework.beans.factory.annotation.Autowired
|-
|-
| [[@EnableAutoConfiguration]] ★ || org.springframework.boot.autoconfigure.EnableAutoConfigur|-
| [[@EnableAutoConfiguration]] ★ || org.springframework.boot.autoconfigure.EnableAutoConfigur||-
| [[@SpringBootApplication]] || org.springframework.boot.SpringApplication
| [[@SpringBootApplication]] || org.springframework.boot.SpringApplication
|-
|-
| [[@ComponentScan]] || org.springframework.context.annotation.ComponentScan
| [[@ComponentScan]] || org.springframework.context.annotation.ComponentScan

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

annotation
애노테이션, 애너테이션[1], 어노테이션[2]
java annotation
자바 애노테이션

1 애노테이션

  • 어떤 데이터에 대해 관련된 정보(메타데이터)를 주석으로 부여하는 것

2 자바 애노테이션

  • 자바에서 사용하는 애노테이션
@Deprecated
@Override
@Retention
@SuppressWarnings
@Target
@Autowired org.springframework.beans.factory.annotation.Autowired
@EnableAutoConfiguration org.springframework.boot.autoconfigure.EnableAutoConfigur - @SpringBootApplication org.springframework.boot.SpringApplication
@ComponentScan org.springframework.context.annotation.ComponentScan
@Controller ★★ org.springframework.stereotype.Controller
@Service org.springframework.stereotype.Service
@Repository org.springframework.stereotype.Repository
@Transactional org.springframework.transaction.annotation.Transactional
@RequestMapping ★★ org.springframework.web.bind.annotation.RequestMapping
@RestController ★★ org.springframework.web.bind.annotation.RestController
@Data lombok.Data
@AllArgsConstructor lombok.AllArgsConstructor
@NoArgsConstructor lombok.NoArgsConstructor

3 같이 보기

4 참고 자료

  1. [ӕnətéiʃən]
  2. "어노테이션" 41200개, "애노테이션" 9130개, "애너테이션" 4480개
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}