Package org.apache.juneau.annotation
Class TargetedAnnotationMFCBuilder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMFBuilder
org.apache.juneau.annotation.TargetedAnnotationMFCBuilder
An implementation of an annotation that has an
on value targeting classes/methods/fields/constructors.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTargetedAnnotationMFCBuilder(Class<? extends Annotation> annotationType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionon(Constructor<?>... value) Appends the constructors that this annotation applies to.Appends the fields that this annotation applies to.Appends the methods that this annotation applies to.The targets this annotation applies to.
-
Constructor Details
-
TargetedAnnotationMFCBuilder
Constructor.- Parameters:
annotationType- The annotation type of the annotation implementation class.
-
-
Method Details
-
on
Appends the constructors that this annotation applies to.- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationBuilderThe targets this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
values- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilderAppends the fields that this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilderAppends the methods that this annotation applies to.- Overrides:
onin classTargetedAnnotationMFBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-