Enum Class Elements.Origin

java.lang.Object
java.lang.Enum<Elements.Origin>
javax.lang.model.util.Elements.Origin
All Implemented Interfaces:
Serializable, Comparable<Elements.Origin>, Constable
Enclosing interface:
Elements

public static enum Elements.Origin extends Enum<Elements.Origin>
The origin of an element or other language model item. The origin of an element or item models how a construct in a program is declared in the source code, explicitly, implicitly, etc.

Note that it is possible additional kinds of origin values will be added in future versions of the platform.

See Java Language Specification:
13.1 The Form of a Binary
Since:
9