org.jboss.solder.servlet.event.literal
Class InitializedLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Initialized>
      extended by org.jboss.solder.servlet.event.literal.InitializedLiteral
All Implemented Interfaces:
Serializable, Annotation, Initialized

public class InitializedLiteral
extends AnnotationLiteral<Initialized>
implements Initialized

Author:
Nicklas Karlsson
See Also:
Serialized Form

Field Summary
static Initialized INSTANCE
           
 
Constructor Summary
InitializedLiteral()
           
 
Method Summary
 
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
 

Field Detail

INSTANCE

public static final Initialized INSTANCE
Constructor Detail

InitializedLiteral

public InitializedLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.