Registry / dependency-injection / blueprint-maven-plugin-annotation

blueprint-maven-plugin-annotation

JSON →
library1.3.0javamavenunverified

Annotations for use with the Apache Aries Blueprint Maven Plugin to generate OSGi Blueprint XML.

<dependency> <groupId>org.apache.aries.blueprint</groupId> <artifactId>blueprint-maven-plugin-annotation</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · BLUEPRINT-MAVEN-PL
B
blueprint-maven-plugin-annotation
dependency-injectionjavav1.3.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.

Bean
org.apache.aries.blueprint.annotation.Bean

Annotate a class as a Blueprint bean with service export.

import org.apache.aries.blueprint.annotation.Bean; import org.apache.aries.blueprint.annotation.Service; @Bean(id = "myService") @Service(interfaces = MyService.class) public class MyServiceImpl implements MyService { // implementation }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
Resources
blueprint-maven-plugin-annotation — mvn dependency:get blueprint-maven-plugin-annotation · libregistry