モジュール java.base

インタフェースAttribute<A extends AttributePREVIEW<A>>

型パラメータ:
A - 属性の型
すべてのスーパー・インタフェース:
ClassFileElementPREVIEW, WritableElementPREVIEW<A>
既知のすべてのサブインタフェース:
AnnotationDefaultAttributePREVIEW, BootstrapMethodsAttributePREVIEW, CharacterRangeTableAttributePREVIEW, CodeAttributePREVIEW, CompilationIDAttributePREVIEW, ConstantValueAttributePREVIEW, DeprecatedAttributePREVIEW, EnclosingMethodAttributePREVIEW, ExceptionsAttributePREVIEW, InnerClassesAttributePREVIEW, LineNumberTableAttributePREVIEW, LocalVariableTableAttributePREVIEW, LocalVariableTypeTableAttributePREVIEW, MethodParametersAttributePREVIEW, ModuleAttributePREVIEW, ModuleHashesAttributePREVIEW, ModuleMainClassAttributePREVIEW, ModulePackagesAttributePREVIEW, ModuleResolutionAttributePREVIEW, ModuleTargetAttributePREVIEW, NestHostAttributePREVIEW, NestMembersAttributePREVIEW, PermittedSubclassesAttributePREVIEW, RecordAttributePREVIEW, RuntimeInvisibleAnnotationsAttributePREVIEW, RuntimeInvisibleParameterAnnotationsAttributePREVIEW, RuntimeInvisibleTypeAnnotationsAttributePREVIEW, RuntimeVisibleAnnotationsAttributePREVIEW, RuntimeVisibleParameterAnnotationsAttributePREVIEW, RuntimeVisibleTypeAnnotationsAttributePREVIEW, SignatureAttributePREVIEW, SourceDebugExtensionAttributePREVIEW, SourceFileAttributePREVIEW, SourceIDAttributePREVIEW, StackMapTableAttributePREVIEW, SyntheticAttributePREVIEW, UnknownAttributePREVIEW
既知のすべての実装クラス:
CustomAttributePREVIEW

Attributeは、JavaプラットフォームのプレビューAPIです。
プレビュー機能が有効な場合のみ、プログラムでAttributeを使用できます。
プレビュー機能は、今後のリリースで削除するか、Javaプラットフォームの永続機能にアップグレードすることができます。
クラス・ファイル属性4.7をモデル化します。 AttributePREVIEWのサブタイプの多くは、すべてではありませんが、ClassElementPREVIEWMethodElementPREVIEWFieldElementPREVIEWまたはCodeElementPREVIEWを実装します。要素でもある属性は、対応するモデル・タイプの要素を横断するときに提供されます。 また、すべての属性には、対応するモデル・タイプからAttributedElement.findAttribute(AttributeMapper)PREVIEWを介して直接アクセスできます。
シール済クラス階層グラフ:
属性のシール済クラス階層グラフ属性のシール済クラス階層グラフ
導入されたバージョン:
22