org.jboss.seam.jcr.annotations
Class JcrConfigurationLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<JcrConfiguration>
      extended by org.jboss.seam.jcr.annotations.JcrConfigurationLiteral
All Implemented Interfaces:
Serializable, Annotation, JcrConfiguration

public class JcrConfigurationLiteral
extends AnnotationLiteral<JcrConfiguration>
implements JcrConfiguration

Author:
jament
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.jcr.annotations.JcrConfiguration
JcrConfiguration.List
 
Constructor Summary
JcrConfigurationLiteral(String name, String value)
           
 
Method Summary
 String name()
           
 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

JcrConfigurationLiteral

public JcrConfigurationLiteral(String name,
                               String value)
Method Detail

name

public String name()

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.