org.jboss.webbeans.resources
Class ClassTransformer

java.lang.Object
  extended by org.jboss.webbeans.resources.ClassTransformer
All Implemented Interfaces:
Service

public class ClassTransformer
extends java.lang.Object
implements Service


Constructor Summary
ClassTransformer()
           
 
Method Summary
<T> AnnotatedClass<T>
classForName(java.lang.Class<T> clazz)
           
<T extends java.lang.annotation.Annotation>
AnnotatedAnnotation<T>
classForName(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassTransformer

public ClassTransformer()
Method Detail

classForName

public <T> AnnotatedClass<T> classForName(java.lang.Class<T> clazz)

classForName

public <T extends java.lang.annotation.Annotation> AnnotatedAnnotation<T> classForName(java.lang.Class<T> clazz)


Copyright © 2011. All Rights Reserved.