org.jboss.solder.literal
Class GenericTypeLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<GenericType>
      extended by org.jboss.solder.literal.GenericTypeLiteral
All Implemented Interfaces:
Serializable, Annotation, GenericType

public class GenericTypeLiteral
extends javax.enterprise.util.AnnotationLiteral<GenericType>
implements GenericType

See Also:
Serialized Form

Constructor Summary
GenericTypeLiteral(Class<?> clazz)
           
 
Method Summary
 Class<?> value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

GenericTypeLiteral

public GenericTypeLiteral(Class<?> clazz)
Method Detail

value

public Class<?> value()


Copyright © 2008-2011 Seam Framework. All Rights Reserved.