Registry / utility / com-io7m-jnull-core

com-io7m-jnull-core

JSON →
library1.1.0javamavenunverified

Provides null pointer handling utilities for Java, including annotations and runtime checks.

<dependency> <groupId>com.io7m.jnull</groupId> <artifactId>com.io7m.jnull.core</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · COM-IO7M-JNULL-COR
C
com-io7m-jnull-core
utilityjavav1.1.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.

NullCheck
com.io7m.jnull.NullCheck

Validate that a parameter is not null and throw NullPointerException if it is.

import com.io7m.jnull.NullCheck; public class Example { public void process(String input) { String safe = NullCheck.notNull(input, "input"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
com-io7m-jnull-core — mvn dependency:get com-io7m-jnull-core · libregistry