Registry / dependency-injection / osgi-annotation

osgi-annotation

JSON →
library8.1.0javamavenunverified

Provides annotations for use in compiling OSGi bundles, such as @Component and @Reference.

<dependency> <groupId>org.osgi</groupId> <artifactId>osgi.annotation</artifactId> <version>8.1.0</version> </dependency>
INSTALL
IMPORT
SIG · OSGI-ANNOTATION
O
osgi-annotation
dependency-injectionjavav8.1.0
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 using the @Component annotation.

import org.osgi.service.component.annotations.Component; @Component public class MyComponent { public void activate() { System.out.println("Component activated"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
osgi-annotation — mvn dependency:get osgi-annotation · libregistry