Answers for "custom class level annotation in spring"

0

custom class level annotation in spring

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Init {
}
Posted by: Guest on May-20-2021

Code answers related to "custom class level annotation in spring"

Browse Popular Code Answers by Language