Registry / dependency-injection / plexus-component-annotations

plexus-component-annotations

JSON →
library2.2.0javamavenunverified

Provides Java annotations to describe Plexus component properties in Java sources, replacing Javadoc annotations.

<dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · PLEXUS-COMPONENT-A
P
plexus-component-annotations
dependency-injectionjavav2.2.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.codehaus.plexus.component.annotations.Component

Declares a Plexus component using the @Component annotation.

import org.codehaus.plexus.component.annotations.Component; @Component(role = MyService.class) public class MyServiceImpl implements MyService { public void execute() { System.out.println("Plexus component executed"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
OpenAI (training)
1
Resources
plexus-component-annotations — mvn dependency:get plexus-component-annotations · libregistry