Registry / dependency-injection / org-apache-felix-scr-ds-annotations

org-apache-felix-scr-ds-annotations

JSON →
library1.2.10javamavenunverified

Annotations for generating OSGi service descriptors, simplifying component and service declaration in OSGi.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.ds-annotations</artifactId> <version>1.2.10</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-S
O
org-apache-felix-scr-ds-annotations
dependency-injectionjavav1.2.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Component
org.osgi.service.component.annotations.Component

Declares an OSGi Declarative Services component.

import org.osgi.service.component.annotations.Component; @Component(service = MyService.class) public class MyServiceImpl implements MyService { @Override public void execute() { System.out.println("Service executed"); } }
Debug
Known issues
gotchaAnnotations are processed at compile-time; requires a compatible SCR annotation processor.
fix
Add maven-scr-plugin or bnd-maven-plugin to your build.
affects: *
Upgrade
Version history
1.2.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
org-apache-felix-scr-ds-annotations — mvn dependency:get org-apache-felix-scr-ds-annotations · libregistry