Skip to content

io microsphere annotation Nullable

github-actions[bot] edited this page Mar 21, 2026 · 1 revision

Nullable

Type: Annotation | Module: microsphere-java-annotations | Package: io.microsphere.annotation

Source: microsphere-java-annotations/src/main/java/io/microsphere/annotation/Nullable.java

Overview

Nullable is a annotation in the io.microsphere.annotation package of the microsphere-java-annotations module.

Declaration

public @interface Nullable

Version Information

  • Introduced in: 0.1.10-SNAPSHOT (current)
  • Current Project Version: 0.1.10-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 8 ✅ Compatible
Java 11 ✅ Compatible
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-java-annotations</artifactId>
    <version>${microsphere-java.version}</version>
</dependency>

Tip: Use the BOM (microsphere-java-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.annotation.Nullable;

This documentation was auto-generated from the source code of microsphere-java.

Home

java-annotations

java-core

jdk-tools

lang-model

annotation-processor

java-test

Clone this wiki locally