Uses of Class
org.hibernate.processor.annotation.AnnotationMetaAttribute
Packages that use AnnotationMetaAttribute
Package
Description
Implementation of the model classes backed by annotations.
-
Uses of AnnotationMetaAttribute in org.hibernate.processor.annotation
Subclasses of AnnotationMetaAttribute in org.hibernate.processor.annotationModifier and TypeClassDescriptionclass
class
class
Methods in org.hibernate.processor.annotation that return AnnotationMetaAttributeModifier and TypeMethodDescription@Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor.visitArray
(ArrayType arrayType, Element element) @Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor.visitDeclared
(DeclaredType declaredType, Element element) @Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor.visitExecutable
(ExecutableType executable, Element element) @Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor.visitPrimitive
(PrimitiveType primitiveType, Element element) @Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor.visitTypeVariable
(TypeVariable typeVariable, Element element)