@Documented @Target(value=TYPE) @Retention(value=CLASS) public @interface PublicApi
PublicApi
indicates that annotated type is mature
and can be re-used in the client code.
Public API types (unless noted otherwise) are guaranteed to remain backwards-compatible according to current Magnolia public API policy, i.e. it at least will not sustain any breaking changes in a minor release.
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.