Interface Value<T extends Value<T>>

Type Parameters:
T - a Value subtype

Values are value-based classes.

All Superinterfaces:
Comparable<T>, Constable
All Known Implementing Classes:
ArrayValue, Attributes, BooleanValue, ByteValue, CharValue, ClassValue, DoubleValue, EnumValue, FloatValue, IntValue, LongValue, ShortValue, StringValue

A value of a particular type suitable for representing as an annotation value or similar.
Author:
Laird Nelson
See Also: