Package org.hibernate.models.internal
Class AnnotationProxy<A extends Annotation>
java.lang.Object
org.hibernate.models.internal.AnnotationProxy<A>
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationProxy(AnnotationDescriptor<A> annotationDescriptor, Map<String, Object> valueMap) -
Method Summary
-
Constructor Details
-
AnnotationProxy
-
-
Method Details
-
setValue
-
invoke
- Specified by:
invokein interfaceInvocationHandler
-
makeProxy
public static <A extends Annotation> A makeProxy(AnnotationDescriptor<A> descriptor, Map<String, Object> valueMap)
-