クラス 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.LiteralApplicationScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.LiteralConversationScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.LiteralRequestScoped スコープのデフォルトの BeforeDestroyed リテラルstatic final BeforeDestroyed.LiteralSessionScoped スコープのデフォルトの BeforeDestroyed リテラル方法の概要
修飾子と型メソッド説明static BeforeDestroyed.Literalof(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