Package org.apache.juneau.annotation
Class TargetedAnnotationMFBuilder<B extends TargetedAnnotationMFBuilder<B>>
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationMFBuilder<B>
- Type Parameters:
- B- The actual builder class.
- Direct Known Subclasses:
- BeanpAnnotation.Builder,- NamePropertyAnnotation.Builder,- ParentPropertyAnnotation.Builder,- TargetedAnnotationMFCBuilder
public class TargetedAnnotationMFBuilder<B extends TargetedAnnotationMFBuilder<B>>
extends TargetedAnnotationBuilder<B>
An implementation of an annotation that has an 
on value targeting classes/methods/fields/constructors.
 See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTargetedAnnotationMFBuilder(Class<? extends Annotation> annotationType) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
TargetedAnnotationMFBuilderConstructor.- Parameters:
- annotationType- The annotation type of the annotation implementation class.
 
 
- 
- 
Method Details- 
onAppends the methods that this annotation applies to.- Parameters:
- value- The values to append.
- Returns:
- This object.
 
- 
onAppends the fields that this annotation applies to.- Parameters:
- value- The values to append.
- Returns:
- This object.
 
 
-