public class Handler extends Object implements InvocationHandler
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
createProxy(Class<T> annotationClass,
Object intro) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static <T extends Annotation> Annotation createProxy(Class<T> annotationClass, Object intro)
Copyright © 2019 JBoss, by Red Hat. All rights reserved.