クラス BeforeDestroyed.Literal

java.lang.ObjectSE
jakarta.enterprise.util.AnnotationLiteral<BeforeDestroyed>
jakarta.enterprise.context.BeforeDestroyed.Literal
実装されたすべてのインターフェース:
AnnotationSE
含まれているクラス:
BeforeDestroyed

public static final class BeforeDestroyed.Literal extends AnnotationLiteral<BeforeDestroyed> implements BeforeDestroyed
BeforeDestroyed 修飾子のインラインインスタンス化をサポートします。
関連事項:
  • フィールドの詳細

    • REQUEST

      public static final BeforeDestroyed.Literal REQUEST
      RequestScoped スコープのデフォルトの BeforeDestroyed リテラル
    • CONVERSATION

      public static final BeforeDestroyed.Literal CONVERSATION
      ConversationScoped スコープのデフォルトの BeforeDestroyed リテラル
    • SESSION

      public static final BeforeDestroyed.Literal SESSION
      SessionScoped スコープのデフォルトの BeforeDestroyed リテラル
    • APPLICATION

      public static final BeforeDestroyed.Literal APPLICATION
      ApplicationScoped スコープのデフォルトの BeforeDestroyed リテラル
  • メソッドの詳細

    • of

      public static BeforeDestroyed.Literal of(ClassSE<? extends AnnotationSE> value)
      指定されたスコープアノテーションのリテラルを取得します
      パラメーター:
      value - スコープアノテーション
      戻り値:
      提供されたスコープアノテーションの新しいリテラル値
    • value

      public ClassSE<? extends AnnotationSE> value()