@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface BindingPriority
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT
The default priority for methods not carrying the
BindingPriority
annotation. |
Modifier and Type | Required Element and Description |
---|---|
int |
value
The binding priority for the annotated method.
|
public static final int DEFAULT
BindingPriority
annotation.Copyright © 2014–2015. All rights reserved.