-
@Retention(RUNTIME) @Target(TYPE) public @interface ConfiguratorRank
-
-
Field Summary
Fields Modifier and Type Fields Description static intCUSTOM_HIGH_PRIORITYstatic intCUSTOM_LOW_PRIORITYstatic intCUSTOM_NORMAL_PRIORITYstatic intCUSTOM_TOP_PRIORITYstatic intDEFAULTstatic intFALLBACKstatic intNOMINALstatic intSERIALIZED_MODEL
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalue
-
-
-
Field Detail
-
FALLBACK
static final int FALLBACK
-
-
-
NOMINAL
static final int NOMINAL
-
-
-
SERIALIZED_MODEL
static final int SERIALIZED_MODEL
-
-
-
DEFAULT
static final int DEFAULT
-
-
-
CUSTOM_LOW_PRIORITY
static final int CUSTOM_LOW_PRIORITY
-
-
-
CUSTOM_NORMAL_PRIORITY
static final int CUSTOM_NORMAL_PRIORITY
-
-
-
CUSTOM_HIGH_PRIORITY
static final int CUSTOM_HIGH_PRIORITY
-
-
-
CUSTOM_TOP_PRIORITY
static final int CUSTOM_TOP_PRIORITY
-
-
Element Detail
-
value
int value
- Default:
- 20
-
-