Package io.avaje.inject
Annotation Type Priority
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Priority
ThePriorityannotation can be applied to classes to indicate in what order they should be returned via @SystemContext.getBeansByPriority(Class).Beans can be returned using other Priority annotation such as
javax.annotation.Priorityor any custom priority annotation that has anint value()attribute.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-
-
-
Element Detail
-
value
int value
-
-