Class TargetedAnnotationBuilder

java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
Direct Known Subclasses:
TargetedAnnotationCBuilder, TargetedAnnotationMBuilder, TargetedAnnotationMFBuilder, TargetedAnnotationTBuilder

Builder for TargetedAnnotationImpl objects.
See Also:
  • Constructor Details

    • TargetedAnnotationBuilder

      public TargetedAnnotationBuilder(Class<? extends Annotation> annotationType)
      Constructor.
      Parameters:
      annotationType - The annotation type of the annotation implementation class.
  • Method Details

    • on

      public TargetedAnnotationBuilder on(String... values)
      The targets this annotation applies to.
      Parameters:
      values - The targets this annotation applies to.
      Returns:
      This object.