クラス ApplicationScoped.Literal
- java.lang.ObjectSE
-
- jakarta.enterprise.util.AnnotationLiteral<ApplicationScoped>
-
- jakarta.enterprise.context.ApplicationScoped.Literal
- 実装済みのインターフェース一覧:
AnnotationSE
- 含まれているクラス:
- ApplicationScoped
public static final class ApplicationScoped.Literal extends AnnotationLiteral<ApplicationScoped> implements ApplicationScoped
ApplicationScopedアノテーションのインラインインスタンス化をサポートします。- 導入:
- 2.0
- 作成者:
- Martin Kouba
- 関連事項:
- 連載形式
ネストされたクラスの概要
クラス jakarta.enterprise.context.ApplicationScoped から継承されたネストクラス / インターフェース
ApplicationScoped.Literal
フィールド概要
フィールド 修飾子と型 フィールド 説明 static ApplicationScoped.LiteralINSTANCE
コンストラクター概要
コンストラクター コンストラクター 説明 Literal()
方法の概要
クラス jakarta.enterprise.util.AnnotationLiteral から継承されたメソッド
annotationType, equals, hashCode, toString
クラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, waitSE, waitSE
インターフェース java.lang.annotation.AnnotationSE から継承されたメソッド
annotationType, equalsSE, hashCode, toString
フィールドの詳細
INSTANCE
public static final ApplicationScoped.Literal INSTANCE