JBoss MetaData Repository 2.2.0.SP1

org.jboss.annotation.factory.javassist
Class AnnotationProxy

java.lang.Object
  extended by org.jboss.annotation.factory.AnnotationProxy
      extended by org.jboss.annotation.factory.javassist.AnnotationProxy
All Implemented Interfaces:
Serializable, InvocationHandler

public class AnnotationProxy
extends AnnotationProxy
implements InvocationHandler

Comment

Version:
$Revision: 69888 $
Author:
Bill Burke, Kabir Khan
See Also:
Serialized Form

Constructor Summary
AnnotationProxy(Class<?> annotationType, Map valueMap)
           
 
Method Summary
static Object createProxy(javassist.bytecode.annotation.Annotation info)
           
static Object createProxy(javassist.bytecode.annotation.Annotation info, Class<?> annotation)
           
 
Methods inherited from class org.jboss.annotation.factory.AnnotationProxy
createProxy, getBeanInfo, getValue, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

AnnotationProxy

public AnnotationProxy(Class<?> annotationType,
                       Map valueMap)
Method Detail

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

JBoss MetaData Repository 2.2.0.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.