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 |
Tags
- java
- DispatcherServlet
- AutoConfiguration
- 토비의스프링3.1
- Immutable
- 토비의스프링
- String
- exception
- 링킹
- Kotlin for Java Developers
- 자바
- hibernate
- 컴퓨터시스템
- DesignPattern
- Spring
- springwebmvc
- FunctionalInterfaces
- IOC
- lambda
- 메이븐
- JPA
- ORM
- 링커
- 프록시
- 클린코드
- 빌드툴
- beanfactory
- springboot
- ApplicationContext
- gradle
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