Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- beanfactory
- Immutable
- 메이븐
- 컴퓨터시스템
- lambda
- 링킹
- springwebmvc
- springboot
- exception
- JPA
- IOC
- AutoConfiguration
- 프록시
- ApplicationContext
- Kotlin for Java Developers
- java
- FunctionalInterfaces
- 클린코드
- hibernate
- DesignPattern
- 토비의스프링
- 토비의스프링3.1
- 빌드툴
- Spring
- 링커
- String
- 자바
- gradle
- DispatcherServlet
- ORM
Archives
- Today
- Total
목록어노테이션 (1)
엔지니어로 가는 길
JAVA SE 8 이후의 Annotations
JAVA SE 8 이후의 Annotations 1. Type Annotations and Pluggable Type Systems 자바8 이전에는 어노테이션이 declarations에만 적용될 수 있었다. 하지만 자바8부터 어노테이션이 type use에도 적용될 수 있다. 다시 말해, 타입을 사용하는 곳이면 어디든 어노테이션을 사용될 수 있다는 뜻이다. Class instance creation expression: Type cast: Implements clause: Thrown exception declaration: 이러한 형태의 어노테이션을 타입 어노테이션이라 부른다. 타입 어노테이션은 analysis of java code를 향상시키고 더 강한 type checking을 보장할 수 있다. 특징 ..
프로그래밍/Java
2020. 9. 11. 07:45