クラス InjectLiteral
- java.lang.ObjectSE
-
- jakarta.enterprise.util.AnnotationLiteral<Inject>
-
- jakarta.enterprise.inject.literal.InjectLiteral
- 実装されているすべてのインターフェース:
AnnotationSE
public final class InjectLiteral extends AnnotationLiteral<Inject> implements Inject
Injectアノテーションのインラインインスタンス化をサポートします。- 導入:
- 2.0
- 作成者:
- Martin Kouba
- 関連事項:
- 連載形式
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 static InjectLiteralINSTANCE
コンストラクターの概要
コンストラクター コンストラクター 説明 InjectLiteral()
方法の概要
クラス 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 InjectLiteral INSTANCE