meta-annotation [Spring] meta-annotaiton @Target, @Retention meta-annotation은 다른 annation 에서도 사용되는 annotation 의 경우를 말하며 custom-annotation 을 생성할 때 주로 사용된다. 아래는 @Service의 인터페이스이며 Service를 위한 어노테이션이 사용되는데 이것이 메타 어노테이션이다. @Target 은 Java compiler 가 annotation 이 어디에 적용될지 결정하기 위해 사용 예를 들... Springmeta-annotationSpring
[Spring] meta-annotaiton @Target, @Retention meta-annotation은 다른 annation 에서도 사용되는 annotation 의 경우를 말하며 custom-annotation 을 생성할 때 주로 사용된다. 아래는 @Service의 인터페이스이며 Service를 위한 어노테이션이 사용되는데 이것이 메타 어노테이션이다. @Target 은 Java compiler 가 annotation 이 어디에 적용될지 결정하기 위해 사용 예를 들... Springmeta-annotationSpring