Class AbstractAnnotationTarget
java.lang.Object
org.hibernate.models.internal.AbstractAnnotationTarget
- All Implemented Interfaces:
AnnotationTargetSupport, AnnotationTarget, MutableAnnotationTarget
- Direct Known Subclasses:
AbstractAnnotationDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface AnnotationTarget
AnnotationTarget.AnnotationUsageProcessor<T,A>, AnnotationTarget.Kind -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AnnotationTarget
forEachAnnotationUsage, forEachAnnotationUsage, forEachDirectAnnotationUsage, fromAnnotations, fromContainers, fromSelfAndContainers, getContainer, getKind, getName, getNamedAnnotationUsage, getRepeatedAnnotationUsages, walkContainers, walkSelfAndContainersMethods inherited from interface AnnotationTargetSupport
addAnnotationUsage, asAnnotationDescriptor, asClassDetails, asFieldDetails, asMemberDetails, asMethodDetails, asRecordComponentDetails, clearAnnotationUsages, forEachRepeatedAnnotationUsages, forEachRepeatedAnnotationUsages, getAnnotationUsage, getAnnotationUsage, getDirectAnnotationUsage, getDirectAnnotationUsage, getDirectAnnotationUsages, getMetaAnnotated, getNamedAnnotationUsage, getNamedAnnotationUsage, getNamedAnnotationUsage, getRepeatedAnnotationUsages, getUsageMap, hasAnnotationUsage, hasDirectAnnotationUsage, locateAnnotationUsage, removeAnnotationUsage, replaceAnnotationUsageMethods inherited from interface MutableAnnotationTarget
applyAnnotationUsage, replaceAnnotationUsage
-
Constructor Details
-
AbstractAnnotationTarget
public AbstractAnnotationTarget()
-