Package org.jboss.jaxb.intros.handlers
Class Handler
- java.lang.Object
-
- org.jboss.jaxb.intros.handlers.Handler
-
- All Implemented Interfaces:
InvocationHandler
public class Handler extends Object implements InvocationHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends Annotation>
AnnotationcreateProxy(Class<T> annotationClass, Object intro)Objectinvoke(Object proxy, Method method, Object[] args)
-
-
-
Method Detail
-
createProxy
public static <T extends Annotation> Annotation createProxy(Class<T> annotationClass, Object intro)
-
-