Interface FieldElement
- All Superinterfaces:
ClassFileElementPREVIEW
- All Known Subinterfaces:
AccessFlagsPREVIEW,ConstantValueAttributePREVIEW,DeprecatedAttributePREVIEW,RuntimeInvisibleAnnotationsAttributePREVIEW,RuntimeInvisibleTypeAnnotationsAttributePREVIEW,RuntimeVisibleAnnotationsAttributePREVIEW,RuntimeVisibleTypeAnnotationsAttributePREVIEW,SignatureAttributePREVIEW,SyntheticAttributePREVIEW,UnknownAttributePREVIEW
- All Known Implementing Classes:
CustomAttributePREVIEW
public sealed interface FieldElement
extends ClassFileElementPREVIEW
permits AccessFlagsPREVIEW, CustomAttributePREVIEW<T>, ConstantValueAttributePREVIEW, DeprecatedAttributePREVIEW, RuntimeInvisibleAnnotationsAttributePREVIEW, RuntimeInvisibleTypeAnnotationsAttributePREVIEW, RuntimeVisibleAnnotationsAttributePREVIEW, RuntimeVisibleTypeAnnotationsAttributePREVIEW, SignatureAttributePREVIEW, SyntheticAttributePREVIEW, UnknownAttributePREVIEW
FieldElement is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A marker interface for elements that can appear when traversing
a
FieldModelPREVIEW or be presented to a FieldBuilderPREVIEW.- Since:
- 22
FieldElementwhen preview features are enabled.