Package org.apache.juneau.annotation
Class TargetedAnnotationBuilder<B extends TargetedAnnotationBuilder<B>>
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
- Type Parameters:
B
- The actual builder class.
- Direct Known Subclasses:
TargetedAnnotationCBuilder
,TargetedAnnotationMBuilder
,TargetedAnnotationMFBuilder
,TargetedAnnotationTBuilder
public class TargetedAnnotationBuilder<B extends TargetedAnnotationBuilder<B>>
extends AnnotationBuilder<B>
-
Constructor Summary
ConstructorsConstructorDescriptionTargetedAnnotationBuilder
(Class<? extends Annotation> annotationType) Constructor. -
Method Summary
Methods inherited from class org.apache.juneau.annotation.AnnotationBuilder
asThis, description
-
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.
-