Package org.apache.juneau.annotation
Class TargetedAnnotationTMFCBuilder<B extends TargetedAnnotationTMFCBuilder<B>>
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFCBuilder<B>
- Type Parameters:
- B- The actual builder class.
- Direct Known Subclasses:
- BeanIgnoreAnnotation.Builder
public class TargetedAnnotationTMFCBuilder<B extends TargetedAnnotationTMFCBuilder<B>>
extends TargetedAnnotationTMFBuilder<B>
An implementation of an annotation that has an 
on value targeting classes/methods/fields/constructors.
 See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTargetedAnnotationTMFCBuilder(Class<? extends Annotation> annotationType) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionon(Constructor<?>... value) Appends the constructors that this annotation applies to.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTMFBuilderon, onMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationTBuilderon, onClassMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
TargetedAnnotationTMFCBuilderConstructor.- Parameters:
- annotationType- The annotation type of the annotation implementation class.
 
 
- 
- 
Method Details- 
onAppends the constructors that this annotation applies to.- Parameters:
- value- The values to append.
- Returns:
- This object.
 
 
-