Package gw.lang.annotation
Class Annotations.Builder.AnnotationInvocationHandler
- java.lang.Object
-
- gw.lang.annotation.Annotations.Builder.AnnotationInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- Annotations.Builder<T extends Annotation>
public static class Annotations.Builder.AnnotationInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description AnnotationInvocationHandler(Map<Method,gw.lang.annotation.Annotations.Builder.Element> elements, Class annotationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getAnnotationType()
Object
invoke(Object proxy, Method method, Object[] args)
-