org.jboss.webbeans.literal
Class InitializedLiteral

java.lang.Object
  extended by javax.inject.AnnotationLiteral<Initialized>
      extended by org.jboss.webbeans.literal.InitializedLiteral
All Implemented Interfaces:
java.lang.annotation.Annotation, Initialized

public class InitializedLiteral
extends AnnotationLiteral<Initialized>
implements Initialized

Annotation literal for @Initialized

Author:
Pete Muir

Constructor Summary
InitializedLiteral()
           
 
Method Summary
 
Methods inherited from class javax.inject.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

InitializedLiteral

public InitializedLiteral()


Copyright © 2011. All Rights Reserved.