Interface Element

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationElement, ArrayElement, BooleanElement, ClassElement, DoubleElement, EnumElement, FloatElement, IntElement, LongElement, StringElement

public interface Element extends Serializable
Represents elements attached on Annotation.

Java supports multiple types of annotation elements. For more information, please refer to https://docs.oracle.com/javase/specs/jls/se11/html/jls-9.html#jls-9.6.1