org.jboss.seam.social.cdi
Class RelatedTo.RelatedToLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<RelatedTo>
      extended by org.jboss.seam.social.cdi.RelatedTo.RelatedToLiteral
All Implemented Interfaces:
Serializable, Annotation, RelatedTo
Enclosing class:
RelatedTo

public static class RelatedTo.RelatedToLiteral
extends javax.enterprise.util.AnnotationLiteral<RelatedTo>
implements RelatedTo

Annotation literal for @{link RelatedTo} qualifier.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.social.cdi.RelatedTo
RelatedTo.RelatedToLiteral
 
Constructor Summary
RelatedTo.RelatedToLiteral(String value)
           
 
Method Summary
 String 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

RelatedTo.RelatedToLiteral

public RelatedTo.RelatedToLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.