Registry / utility / istack-commons-runtime

istack-commons-runtime

JSON →
library4.2.0javamavenunverified

istack common utility code provides shared runtime utilities for Java projects.

<dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-runtime</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · ISTACK-COMMONS-RUN
I
istack-commons-runtime
utilityjavav4.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.

NotNull
com.sun.istack.NotNull

Uses the @NotNull annotation from istack commons to mark a parameter as non-null.

import com.sun.istack.NotNull; public class Quickstart { public void process(@NotNull String input) { System.out.println("Processing: " + input); } public static void main(String[] args) { new Quickstart().process("Hello"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
istack-commons-runtime — mvn dependency:get istack-commons-runtime · libregistry