Annotation Type PublicApi


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface PublicApi
    Code annotated with Public is a public API and will be stable within major releases. This is guaranteed for callers of code, but not for derived classes.