Module java.base

Interface MethodElement

All Superinterfaces:
ClassFileElementPREVIEW
All Known Subinterfaces:
AccessFlagsPREVIEW, AnnotationDefaultAttributePREVIEW, CodeAttributePREVIEW, CodeModelPREVIEW, DeprecatedAttributePREVIEW, ExceptionsAttributePREVIEW, MethodParametersAttributePREVIEW, RuntimeInvisibleAnnotationsAttributePREVIEW, RuntimeInvisibleParameterAnnotationsAttributePREVIEW, RuntimeInvisibleTypeAnnotationsAttributePREVIEW, RuntimeVisibleAnnotationsAttributePREVIEW, RuntimeVisibleParameterAnnotationsAttributePREVIEW, RuntimeVisibleTypeAnnotationsAttributePREVIEW, SignatureAttributePREVIEW, SyntheticAttributePREVIEW, UnknownAttributePREVIEW
All Known Implementing Classes:
CustomAttributePREVIEW

MethodElement is a preview API of the Java platform.
Programs can only use MethodElement when preview features are enabled.
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 MethodModelPREVIEW or be presented to a MethodBuilderPREVIEW.
Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for MethodElementSealed class hierarchy graph for MethodElement
Since:
22