Registry / dependency-injection / org-osgi-annotation-bundle

org-osgi-annotation-bundle

JSON →
library2.0.0javamavenunverified

OSGi annotations for bundle metadata, providing compile-time annotations for OSGi development.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation.bundle</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-ANNOTATIO
O
org-osgi-annotation-bundle
dependency-injectionjavav2.0.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.

Header
✓ org.osgi.annotation.bundle.Header

Annotate a class with an OSGi bundle header.

import org.osgi.annotation.bundle.Header; @Header(name = "Bundle-Name", value = "My Bundle") public class MyBundle { }
Debug
Known issues
gotchaRequires OSGi runtime to process annotations; not effective in standalone Java.
fix
Use in conjunction with an OSGi framework like Apache Felix or Eclipse Equinox.
affects: *
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
Resources
org-osgi-annotation-bundle — mvn dependency:get org-osgi-annotation-bundle · libregistry