@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ServicePriority
| Modifier and Type | Fields and Description |
|---|---|
static int |
HIGH_PRIORITY
High priority.
|
static int |
LOW_PRIORITY
Low priority.
|
static int |
NORM_PRIORITY
Normal priority.
|
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
The priority value.
|
public static final int NORM_PRIORITY
public static final int LOW_PRIORITY
public static final int HIGH_PRIORITY
public abstract int value
Copyright © 2012-2014 JavaMoney. All Rights Reserved.