Interface AnnotationTarget

All Known Subinterfaces:
AnnotationDescriptor<A>, AnnotationTargetSupport, ClassDetails, ClassDetailsSupport, FieldDetails, MemberDetails, MethodDetails, MutableAnnotationTarget, MutableClassDetails, MutableMemberDetails, RecordComponentDetails
All Known Implementing Classes:
AbstractAnnotationTarget, AbstractAnnotationTarget, AbstractAnnotationTarget, AnnotationDescriptorImpl, AnnotationDescriptorOrmImpl, DynamicClassDetails, DynamicFieldDetails, DynamicMethodDetails, JandexClassDetails, JandexFieldDetails, JandexMethodDetails, JandexRecordComponentDetails, JdkClassDetails, JdkFieldDetails, JdkMethodDetails, JdkRecordComponentDetails, SimpleClassDetails

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