Package org.glassfish.hk2.api
Annotation Type Rank
-
@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Rank
This annotation is used to provide the initial rank of a service marked withService
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The value this service should take initially
-