Interface FieldElement

All Superinterfaces:
ClassFileElement
All Known Subinterfaces:
AccessFlags, ConstantValueAttribute, DeprecatedAttribute, RuntimeInvisibleAnnotationsAttribute, RuntimeInvisibleTypeAnnotationsAttribute, RuntimeVisibleAnnotationsAttribute, RuntimeVisibleTypeAnnotationsAttribute, SignatureAttribute, SyntheticAttribute, UnknownAttribute
All Known Implementing Classes:
CustomAttribute

Marker interface for a member element of a FieldModel. Such an element can appear when traversing a FieldModel unless otherwise specified, be supplied to a FieldBuilder, and be processed by a FieldTransform.

AccessFlags is the only member element of a field that appear exactly once during the traversal of a FieldModel.

Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for FieldElementSealed class hierarchy graph for FieldElement
Since:
24
See Also: