Package modelarium.api
Annotation Interface PublicApi
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD})
public @interface PublicApi
Marks a package or element as part of Modelarium's supported public API.
Public API elements are covered by the library's semantic-versioning
compatibility policy. Public Java elements that are instead marked
@Internal are framework implementation details and are not covered
by that compatibility guarantee.