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


@Retention(value=RUNTIME)
public @interface Active

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


 @Service @Active MyService service;
 
to get only a service that is currently active.