Package com.enonic.xp.annotation
Annotation Type PublicApi
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface PublicApi
Code annotated withPublic
is a public API and will be stable within major releases. This is guaranteed for callers of code, but not for derived classes.