Package org.apache.juneau.annotation
Class TargetedAnnotationMFCBuilder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationMFBuilder<TargetedAnnotationMFCBuilder>
org.apache.juneau.annotation.TargetedAnnotationMFCBuilder
public class TargetedAnnotationMFCBuilder
extends TargetedAnnotationMFBuilder<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.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationMFBuilder
on, on
Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilder
on
Methods inherited from class org.apache.juneau.annotation.AnnotationBuilder
asThis, description
-
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.
-