| Package | Description |
|---|---|
| org.hibernate.annotations.common.annotationfactory |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
AnnotationFactory.create(AnnotationDescriptor descriptor)
Creates an Annotation proxy for the given annotation descriptor.
|
static <T extends Annotation> |
AnnotationFactory.create(AnnotationDescriptor descriptor,
ClassLoader classLoader)
Overloaded form of Annotation proxy creation that accepts an explicit ClassLoader.
|
static <T extends Annotation> |
AnnotationFactory.createUsingTccl(AnnotationDescriptor descriptor)
Legacy form of {@link #create(AnnotationDescriptor) using the current Thread#getContextClassLoader
for proxy generation
|
| Constructor and Description |
|---|
AnnotationProxy(AnnotationDescriptor descriptor) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.