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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.annotation.AnnotationImplannotationType, description, equals, hashCode, postConstruct, toMap, toString
- 
Constructor Details- 
TargetedAnnotationImplConstructor.- Parameters:
- b- The builder used to instantiate the fields of this class.
 
 
- 
- 
Method Details- 
onThe targets this annotation applies to.- Returns:
- The targets this annotation applies to.
 
 
-