Class GroovyFieldElement

All Implemented Interfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Described, Named, MutableAnnotationMetadataDelegate<Element>, Element, FieldElement, MemberElement, TypedElement

@Internal public class GroovyFieldElement extends AbstractGroovyElement implements FieldElement
A field element returning data from a FieldNode. The variable could be a field or property node.
Since:
1.0
Author:
James Kleeh