Annotation Type AnnotationHandlerFor


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Qualifier
    public @interface AnnotationHandlerFor
    Normally goes with Service annotation, and this annotation must be placed on a class that implements AnnotationHandler.
    Author:
    sanjeeb.sahoo@oracle.com
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Annotation> value  
    • Element Detail

      • value

        @Metadata("AnnotationHandlerFor")
        Class<? extends Annotation> value