private static class RunLevelServiceUtilities.RunLevelImpl extends AnnotationLiteral<RunLevel> implements RunLevel
Modifier and Type | Field and Description |
---|---|
private int |
mode |
private static long |
serialVersionUID |
private int |
value |
RUNLEVEL_MODE_META_TAG, RUNLEVEL_MODE_NON_VALIDATING, RUNLEVEL_MODE_VALIDATING, RUNLEVEL_VAL_IMMEDIATE, RUNLEVEL_VAL_INITIAL, RUNLEVEL_VAL_META_TAG
Modifier | Constructor and Description |
---|---|
private |
RunLevelImpl(int value,
int mode) |
Modifier and Type | Method and Description |
---|---|
int |
mode() |
int |
value() |
annotationType, equals, hashCode
private static final long serialVersionUID
private final int value
private final int mode