Registry / dependency-injection / org-netbeans-api-annotations-common

org-netbeans-api-annotations-common

JSON →
libraryRELEASE290javamavenunverified

Provides common annotations for the Apache NetBeans platform, such as @ServiceProvider and @ActionRegistration.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-api-annotations-common</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-API-A
O
org-netbeans-api-annotations-common
dependency-injectionjavavRELEASE290
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.

ServiceProvider
org.openide.util.lookup.ServiceProvider

Registers a service implementation using the @ServiceProvider annotation for NetBeans lookup.

import org.openide.util.lookup.ServiceProvider; @ServiceProvider(service = MyService.class) public class MyServiceImpl implements MyService { @Override public void execute() { System.out.println("Service executed"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
Resources