Package app.ductape.sdk.core.api


package app.ductape.sdk.core.api
API stability annotations governing the supported surface of the Ductape Java SDK.

Three tiers exist:

  • Stable — production-ready, semver-governed surface.
  • Beta — usable but evolving; subject to change.
  • Internal — technically public but unsupported.

The apiCompatibility Gradle task (japicmp) gates pull requests using @Stable as the include filter and @Beta/@Internal as excludes.