표준애너테이션과 메타애너테이션
표준애너테이션은 사전에 정의된 애너테이션들을 의미한다.
메타애너테이션은 애너테이션을 정의할때 사용하는 애너테이션으로 메타데이터를 제공하거나 사용방법/범위 등을 지정한다.
표준애너테이션
@Override
https://standout.tistory.com/160
@Deprecated
https://standout.tistory.com/1406
@SuppressWarnings
https://standout.tistory.com/1407
@SafeVarargs
https://standout.tistory.com/1408
@FunctionalInterface
https://standout.tistory.com/1409
@Native
https://standout.tistory.com/1410
메타애너테이션
@Target
https://standout.tistory.com/1411
@Documented
https://standout.tistory.com/1412
@Inherited
https://standout.tistory.com/1413
@Retention
https://standout.tistory.com/1414
@Repeatable
https://standout.tistory.com/1415
'이론' 카테고리의 다른 글
하나의 추상 메서드를 갖는, 함수형 인터페이스 (0) | 2024.02.27 |
---|---|
annotation이란? (0) | 2024.02.15 |
PM2, 애플리케이션을 관리하고 실행하는 프로세스 매니저 (0) | 2024.02.14 |
npm 패키지매니저: 외부 라이브러리나 모듈을 쉽게 설치하고 관리 (0) | 2024.02.14 |
자바의 정석 Chapter11: 컬렉션 프레임웍 (0) | 2024.02.06 |