Class AnnotationProxy<A extends Annotation>

java.lang.Object
org.hibernate.models.internal.AnnotationProxy<A>
All Implemented Interfaces:
InvocationHandler

public class AnnotationProxy<A extends Annotation> extends Object implements InvocationHandler
Acts as Annotation usage using InvocationHandler and Proxy.