Package org.apache.juneau.annotation
Class TargetedAnnotationBuilder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
- Direct Known Subclasses:
TargetedAnnotationCBuilder
,TargetedAnnotationMBuilder
,TargetedAnnotationMFBuilder
,TargetedAnnotationTBuilder
-
Constructor Summary
ConstructorDescriptionTargetedAnnotationBuilder
(Class<? extends Annotation> annotationType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionThe targets this annotation applies to.
-
Constructor Details
-
TargetedAnnotationBuilder
Constructor.- Parameters:
annotationType
- The annotation type of the annotation implementation class.
-
-
Method Details
-
on
The targets this annotation applies to.- Parameters:
values
- The targets this annotation applies to.- Returns:
- This object.
-