Uses of Annotation Interface
org.apache.maven.api.annotations.Nullable

Packages that use Nullable
Package
Description
Maven Core API
Provides a caching infrastructure for Maven requests and their results.
Provides the API for Maven's command-line interface and tools.
Provides feature flag management and configuration capabilities for Maven core functionality.
 
Defines core service interfaces that provide essential Maven functionality such as artifact resolution, dependency management, and build execution.
 
Provides XML-specific services for reading and writing Maven's configuration files and descriptors.
Defines the Service Provider Interface (SPI) for Maven extensions, allowing third-party implementations to extend and customize Maven's core functionality through a stable, versioned API.
Provides an immutable XML processing API for Maven, offering classes and interfaces for reading, manipulating, and writing XML documents in a thread-safe manner.
This package contains the core classes for CLIng (CLI "new-gen"), the next generation command-line interface for Maven.
 
 
 
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
 
This package contains the mvn tool implementation.
 
This package contains the mvnenc tool implementation.
This package contains the mvnsh tool implementation.
Implementation of the Maven Upgrade tool (mvnup).
 
 
 
 
 
Maven Resolver extensions for utilizing the Maven POM and Maven repository metadata.
 
Contains implementation of the XmlNode interface and related classes.