org.apache.webbeans.annotation
Class DependentScopeLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Dependent>
      extended by org.apache.webbeans.annotation.DependentScopeLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.enterprise.context.Dependent

public class DependentScopeLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Dependent>
implements javax.enterprise.context.Dependent

Dependent literal annotation.

Since:
1.0
Author:
Gurkan Erdogdu
See Also:
Serialized Form

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

Constructor Detail

DependentScopeLiteral

public DependentScopeLiteral()


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.