Annotation Type InjectNext


@Retention(RUNTIME)
@Target(FIELD)
public @interface InjectNext
This annotation behaves in the same way as the Inject annotation except that it will look only for components that has a priority value bigger than the current component.
Author:
Gilberto Vento