Annotation Type EvolvingApi


  • @Documented
    @Retention(RUNTIME)
    @Target({PACKAGE,TYPE,METHOD,FIELD})
    public @interface EvolvingApi
    Indicates that the annotated class, method or interface has stable implementation but its API may change between minor versions.
    Since:
    Jet 4.0