Package org.apache.juneau.annotation
Class TargetedAnnotationImpl
java.lang.Object
org.apache.juneau.annotation.AnnotationImpl
org.apache.juneau.annotation.TargetedAnnotationImpl
- All Implemented Interfaces:
Annotation
- Direct Known Subclasses:
TargetedAnnotationTImpl
An implementation of an annotation that has an
on
value targeting classes/methods/fields/constructors.
See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.annotation.AnnotationImpl
annotationType, equals, hashCode, postConstruct, toMap, toString
-
Constructor Details
-
TargetedAnnotationImpl
Constructor.- Parameters:
b
- The builder used to instantiate the fields of this class.
-
-
Method Details
-
on
The targets this annotation applies to.- Returns:
- The targets this annotation applies to.
-