Annotation Interface AnnotationHandlerFor


@Retention(RUNTIME) @Target(TYPE) @Qualifier public @interface AnnotationHandlerFor
The Annotation handled by this handler.

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>
     
  • Element Details

    • value

      @Metadata("AnnotationHandlerFor") Class<? extends Annotation> value
      Returns:
      the Annotation handled by this handler.