Package org.jboss.weld.literal
Class NormalScopeLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<NormalScope>
-
- org.jboss.weld.literal.NormalScopeLiteral
-
- All Implemented Interfaces:
Annotation
public class NormalScopeLiteral extends AnnotationLiteral<NormalScope> implements NormalScope
Annotation literal forNormalScope- Author:
- Pete Muir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NormalScopeLiteral(boolean passivating)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpassivating()-
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
-
-