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
FieldModel
PREVIEW or be presented to a FieldBuilder
PREVIEW.
FieldElement
when preview features are enabled.