クラス 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
修飾子のインラインインスタンス化をサポートします。- 関連事項:
ネストされたクラスのサマリー
クラス jakarta.enterprise.context.BeforeDestroyed から継承されたネストクラス / インターフェース
BeforeDestroyed.Literal
フィールドのサマリー
フィールド修飾子と型フィールド説明static final BeforeDestroyed.Literal
ApplicationScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.Literal
ConversationScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.Literal
RequestScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.Literal
SessionScoped スコープのデフォルトの BeforeDestroyed リテラルメソッドのサマリー
修飾子と型メソッド説明static BeforeDestroyed.Literal
of
(ClassSE<? extends AnnotationSE> value) 指定されたスコープアノテーションのリテラルを取得しますClassSE<? extends AnnotationSE>
value()
クラス jakarta.enterprise.util.AnnotationLiteral から継承されたメソッド
annotationType, equals, hashCode, toString
フィールドの詳細
REQUEST
RequestScoped スコープのデフォルトの BeforeDestroyed リテラルCONVERSATION
ConversationScoped スコープのデフォルトの BeforeDestroyed リテラルSESSION
SessionScoped スコープのデフォルトの BeforeDestroyed リテラルAPPLICATION
ApplicationScoped スコープのデフォルトの BeforeDestroyed リテラル
メソッドの詳細
of
指定されたスコープアノテーションのリテラルを取得します- パラメーター:
value
- スコープアノテーション- 戻り値:
- 提供されたスコープアノテーションの新しいリテラル値
value