Class AppliedAnnotationObject.Builder
java.lang.Object
org.apache.juneau.commons.annotation.AnnotationObject.Builder
org.apache.juneau.commons.annotation.AppliedAnnotationObject.Builder
- Direct Known Subclasses:
AppliedAnnotationObject.BuilderC,AppliedAnnotationObject.BuilderM,AppliedAnnotationObject.BuilderMF,AppliedAnnotationObject.BuilderT
- Enclosing class:
- AppliedAnnotationObject
Builder for
AppliedAnnotationObject objects.
Provides string-based targeting via the on(String...) method.
Example:
See Also:
AppliedAnnotationObject.BuilderT- For type-safe class targetingAppliedAnnotationObject.BuilderM- For method targetingAppliedAnnotationObject.BuilderC- For constructor targetingAppliedAnnotationObject.BuilderMF- For method and field targeting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe targets this annotation applies to.Methods inherited from class org.apache.juneau.commons.annotation.AnnotationObject.Builder
getAnnotationType
-
Constructor Details
-
Builder
Constructor.- Parameters:
annotationType- The annotation type of the annotation implementation class.
-
-
Method Details
-
on
The targets this annotation applies to.- Parameters:
values- The targets this annotation applies to.- Returns:
- This object.
-