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
 

Element Detail

value

public abstract int value
The value this service should take initially

Returns:
The value this service should take initially


Copyright © 2013 Oracle Corporation. All Rights Reserved.