Class TargetedAnnotationImpl

java.lang.Object
org.apache.juneau.annotation.AnnotationImpl
org.apache.juneau.annotation.TargetedAnnotationImpl
All Implemented Interfaces:
Annotation
Direct Known Subclasses:
TargetedAnnotationTImpl

An implementation of an annotation that has an on value targeting classes/methods/fields/constructors.
See Also:
  • Constructor Details

  • Method Details

    • on

      public String[] on()
      The targets this annotation applies to.
      Returns:
      The targets this annotation applies to.