@Documented
@Target(value=CONSTRUCTOR)
@Retention(value=RUNTIME)
public static @interface Plugin.Factory.UsingReflection.Priority
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT
The default priority that is assumed for non-annotated constructors.
|
Modifier and Type | Required Element and Description |
---|---|
int |
value
Indicates the priority of the annotated constructor.
|