public class EPLAnnotationInvocationHandler extends Object implements InvocationHandler
EPLAnnotationInvocationHandler(Class annotationClass, Map<String,Object> attributes)
Object
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EPLAnnotationInvocationHandler(Class annotationClass, Map<String,Object> attributes)
annotationClass
attributes
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable