https://velog.io/@ysm103408/JAVA-Target-annotation-%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0
[JAVA] @Target annotation 알아보기
밑에 사진은 Target annotation을 구현한 부분이다.value에는 ElementType이라는 Enum객체를 사용한다.구현 코드를 보면 위에 ANNOTATION_TYPE이 들어간다. 그래서 Target이라는 annotation은 annotation에만 부착될
velog.io
'Spring > @annotation' 카테고리의 다른 글
@interface (0) | 2024.06.09 |
---|---|
@Retention (0) | 2024.06.09 |
@Constraint (0) | 2024.06.09 |
@Documented (0) | 2024.06.09 |
@Service (0) | 2024.06.09 |