org.codehaus.plexus.metadata.ann
Class AnnInvocationHandler

java.lang.Object
  extended by org.codehaus.plexus.metadata.ann.AnnInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class AnnInvocationHandler
extends Object
implements InvocationHandler

Author:
Eugene Kuleshov

Constructor Summary
AnnInvocationHandler(Ann ann, ClassLoader cl, Class<?> c)
           
 
Method Summary
 Object invoke(Object proxy, Method m, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnInvocationHandler

public AnnInvocationHandler(Ann ann,
                            ClassLoader cl,
                            Class<?> c)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2001-2011 Codehaus. All Rights Reserved.