@Documented @Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) public static @interface Plugin.Factory.UsingReflection.Priority
| Modifier and Type | Fields and Description | 
|---|---|
| static int | DEFAULTThe default priority that is assumed for non-annotated constructors. | 
| Modifier and Type | Required Element and Description | 
|---|---|
| int | valueIndicates the priority of the annotated constructor. | 
Copyright © 2014–2019. All rights reserved.