Package org.codehaus.plexus.metadata.ann
Class AnnInvocationHandler
- java.lang.Object
-
- org.codehaus.plexus.metadata.ann.AnnInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class AnnInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description AnnInvocationHandler(Ann ann, java.lang.ClassLoader cl, java.lang.Class<?> c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args)
-