Annotation Type | Description |
---|---|
Analyzable |
Analyzable is a method annotation that indicates the method can
attempt to be resolved. |
ArrayLen |
TODO Length of an array
|
BoolVal |
TODO Boolean or bool value
|
BottomVal |
Represents the bottom of the Value qualifier hierarchy.
|
ByteVal |
TODO Byte or byte values
|
CharVal |
TODO Character or char value
|
DoubleVal |
TODO Double or double value
|
FloatVal |
TODO Float or float value
|
IntVal |
TODO Integer or int value
|
LongVal |
TODO Long or long value
|
ShortVal |
TODO Short or short values
|
StringVal |
Represents a String object where the literal value of the String is known.
|
UnknownVal |
UnknownVal is a type annotation that indicates that the value is not
known. |