|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Priority
Annotation to define a service priority level. These levels are not yet part of the components resolution or lookups, meaning that habitat lookups that return multiple services implementation will not order such services based on a potential level value. It is the responsibility of the receiver of such services to order these appropriately if needed.
Priority is supported with respect to the default RunLevelService and lifecycle startup events.
| Optional Element Summary | |
|---|---|
int |
value
Deprecated. level value, should be between 1 (highest) and 9 (lowest). |
public abstract int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||