All Implemented Interfaces:
Element
Joseph
- D. DarcyScott
- SeligmanPeter
- von der Ahé1.6
- Method from javax.lang.model.element.VariableElement Summary: |
---|
getConstantValue |
Method from javax.lang.model.element.VariableElement Detail: |
---|
Note that not all {@code final} fields will have constant values. In particular, {@code enum} constants are not considered to be compile-time constants. To have a constant value, a field's type must be either a primitive type or {@code String}. |