org.jboss.aop.annotation
Class AnnotationProxy
java.lang.Object
org.jboss.aop.annotation.AnnotationProxy
- All Implemented Interfaces:
- InvocationHandler
public class AnnotationProxy
- extends Object
- implements InvocationHandler
Comment
- Version:
- $Revision: 1.4 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProxy
public AnnotationProxy(Map valueMap)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
createProxy
public static Object createProxy(javassist.bytecode.annotation.Annotation info)
throws Exception
- Throws:
Exception
createProxy
public static Object createProxy(javassist.bytecode.annotation.Annotation info,
Class annotation)
throws Exception
- Throws:
Exception
createProxy
public static Object createProxy(Map map,
Class annotation)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.