static JRE |
JRE.currentJre() |
|
static JRE |
JRE.currentVersion() |
Deprecated.
|
JRE |
max() |
Java Runtime Environment version which is used as the upper boundary for
the version range that determines if the annotated class or method should
be disabled, specified as a JRE enum constant.
|
JRE |
max() |
Java Runtime Environment version which is used as the upper boundary for
the version range that determines if the annotated class or method should
be enabled, specified as a JRE enum constant.
|
JRE |
min() |
Java Runtime Environment version which is used as the lower boundary for
the version range that determines if the annotated class or method should
be disabled, specified as a JRE enum constant.
|
JRE |
min() |
Java Runtime Environment version which is used as the lower boundary for
the version range that determines if the annotated class or method should
be enabled, specified as a JRE enum constant.
|
JRE[] |
value() |
Java Runtime Environment versions on which the annotated class or method
should be disabled, specified as JRE enum constants.
|
JRE[] |
value() |
Java Runtime Environment versions on which the annotated class or method
should be enabled, specified as JRE enum constants.
|
static JRE |
JRE.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JRE[] |
JRE.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|