Interface AnnotationTarget

All Known Subinterfaces:
AnnotationDescriptor<A>, AnnotationTargetSupport, ClassDetails, ClassDetailsSupport, FieldDetails, MemberDetails, MethodDetails, MutableAnnotationDescriptor<A,C>, MutableAnnotationTarget, MutableClassDetails, MutableMemberDetails, RecordComponentDetails
All Known Implementing Classes:
AbstractAnnotationDescriptor, AbstractAnnotationTarget, AbstractAnnotationTarget, AbstractJdkAnnotationTarget, DynamicClassDetails, DynamicFieldDetails, JdkClassDetails, JdkFieldDetails, JdkMethodDetails, JdkRecordComponentDetails, MissingPackageInfoDetails, OrmAnnotationDescriptor, SimpleClassDetails, StandardAnnotationDescriptor

public interface AnnotationTarget
Abstract for something where an annotation can be used.
See Also: