Registry / dependency-injection / weld-spi

weld-spi

JSON →
library7.0.Alpha5javamavenunverified

APIs for Weld, the compatible implementation for Jakarta Contexts and Dependency Injection.

<dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-spi</artifactId> <version>7.0.Alpha5</version> </dependency>
INSTALL
IMPORT
SIG · WELD-SPI
W
weld-spi
dependency-injectionjavav7.0.Alpha5
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.

Service
org.jboss.weld.bootstrap.api.Service

Implements the core Service interface from Weld SPI.

import org.jboss.weld.bootstrap.api.Service; public class Example { public static void main(String[] args) { Service service = new Service() { @Override public void cleanup() {} }; System.out.println("Service created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.Alpha5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
weld-spi — mvn dependency:get weld-spi · libregistry