Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

custom class level annotation in spring

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Init {
}
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #custom #class #level #annotation #spring
ADD COMMENT
Topic
Name
4+3 =