@Version(value="1.1.0")
Enum | Description |
---|---|
ServiceCardinality |
The cardinality of a service being injected is controlled via the type of the injected
parameter and additionally via the
@Service annotation's cardinality
attribute. |
Annotation Type | Description |
---|---|
OSGi |
OSGi test annotation, for running unit tests within OSGi frameworks.
|
Service |
The
@Service annotation is to be used for test classes or methods annotated
with the @OSGi annotation. |
Services |
Utility annotation used to allow the
@Service annotation to be repeatable. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.