org.qi4j.api.service.qualifier
Annotation Type Available


@Retention(value=RUNTIME)
public @interface Available

Filter services based on whether they are available or not. At an injection point you can do this:


 @Service @Available MyService service;
 
to get only a service that is currently available.