@Target(value={METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) @InjectAnnotation public @interface OSGiService
Modifier and Type | Optional Element and Description |
---|---|
String |
filter
specifies the RFC 1960-based filter string, which is evaluated when retrieving the service.
|
boolean |
optional
If set to true, the model can be instantiated even if there is no OSGi service implementation available.
|
public abstract String filter
Copyright © 2014 The Apache Software Foundation. All rights reserved.