Class NormalScopeLiteral

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.NormalScope>
org.jboss.weld.literal.NormalScopeLiteral
All Implemented Interfaces:
Annotation

public class NormalScopeLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.NormalScope> implements jakarta.enterprise.context.NormalScope
Annotation literal for NormalScope
Author:
Pete Muir
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    NormalScopeLiteral(boolean passivating)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NormalScopeLiteral

      public NormalScopeLiteral(boolean passivating)
  • Method Details

    • passivating

      public boolean passivating()