Interface FieldElement
- All Superinterfaces:
ClassFileElement
- All Known Subinterfaces:
AccessFlags
,ConstantValueAttribute
,DeprecatedAttribute
,RuntimeInvisibleAnnotationsAttribute
,RuntimeInvisibleTypeAnnotationsAttribute
,RuntimeVisibleAnnotationsAttribute
,RuntimeVisibleTypeAnnotationsAttribute
,SignatureAttribute
,SyntheticAttribute
,UnknownAttribute
- All Known Implementing Classes:
CustomAttribute
public sealed interface FieldElement
extends ClassFileElement
permits AccessFlags, CustomAttribute<T>, ConstantValueAttribute, DeprecatedAttribute, RuntimeInvisibleAnnotationsAttribute, RuntimeInvisibleTypeAnnotationsAttribute, RuntimeVisibleAnnotationsAttribute, RuntimeVisibleTypeAnnotationsAttribute, SignatureAttribute, SyntheticAttribute, UnknownAttribute
A marker interface for elements that can appear when traversing
a
FieldModel
or be presented to a FieldBuilder
.