org.glassfish.hk2.api
Annotation Type Rank
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Rank
This annotation is used to provide the initial rank of
a service marked with Service.
- Author:
- jwells
|
Required Element Summary |
int |
value
The value this service should take initially |
value
public abstract int value
- The value this service should take initially
- Returns:
- The value this service should take initially
Copyright © 2012 Oracle Corporation. All Rights Reserved.