Class SourceAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SourceAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SourceAnnotation
extends Object
implements Source
-
Constructor Summary
ConstructorsConstructorDescriptionSourceAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantSourceAnnotation
(Source annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantSourceAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends Annotation> value()
void
value
(SourceType value)
-
Constructor Details
-
SourceAnnotation
public SourceAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SourceAnnotation
Used in creating annotation instances from JDK variant -
SourceAnnotation
public SourceAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
value
-
value
-