org.jboss.webbeans.literal
Class DeployedLiteral

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

public class DeployedLiteral
extends AnnotationLiteral<Deployed>
implements Deployed

Annotation literal for @Deployed

Author:
Nicklas Karlsson

Constructor Summary
DeployedLiteral()
           
 
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

DeployedLiteral

public DeployedLiteral()


Copyright © 2011. All Rights Reserved.