org.jboss.seam.solder.literal
Class ExactLiteral

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

public class ExactLiteral
extends AnnotationLiteral<Exact>
implements Exact

See Also:
Serialized Form

Constructor Summary
ExactLiteral(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

ExactLiteral

public ExactLiteral(Class<?> clazz)
Method Detail

value

public Class<?> value()


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