Package com.ohacd.matchbox.api


package com.ohacd.matchbox.api
Public API for Matchbox.

API policy:

  • Use JetBrains annotations (`@NotNull` / `@Nullable`) for nullability on all public API surfaces.
  • Use Javadoc `@since` on public classes and when introducing new public methods.
  • Use `@Deprecated` (and Javadoc `@deprecated`) when removing or replacing behavior; supply a replacement if available.
  • Use `@com.ohacd.matchbox.api.annotation.Experimental` for unstable APIs and `@com.ohacd.matchbox.api.annotation.Internal` for internal-only APIs.

This package contains the public-facing API types and should remain stable across patch releases where possible.

Since:
0.9.5