org.jboss.seam.solder.reflection
Class Synthetic.SyntheticLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Synthetic>
      extended by org.jboss.seam.solder.reflection.Synthetic.SyntheticLiteral
All Implemented Interfaces:
Serializable, Annotation, Synthetic
Enclosing class:
Synthetic

public static class Synthetic.SyntheticLiteral
extends javax.enterprise.util.AnnotationLiteral<Synthetic>
implements Synthetic

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.solder.reflection.Synthetic
Synthetic.Provider, Synthetic.SyntheticLiteral
 
Constructor Summary
Synthetic.SyntheticLiteral(String namespace, Long index)
           
 
Method Summary
 long index()
           
 String namespace()
           
 
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

Synthetic.SyntheticLiteral

public Synthetic.SyntheticLiteral(String namespace,
                                  Long index)
Method Detail

index

public long index()

namespace

public String namespace()


Copyright © 2011 Seam Framework. All Rights Reserved.