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 SummaryConstructorsConstructorDescriptionTargetedAnnotationBuilder(Class<? extends Annotation> annotationType) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
TargetedAnnotationBuilderConstructor.- Parameters:
- annotationType- The annotation type of the annotation implementation class.
 
 
- 
- 
Method Details- 
onThe targets this annotation applies to.- Parameters:
- values- The targets this annotation applies to.
- Returns:
- This object.
 
 
-