Annotation Type Unstable


  • @Retention(CLASS)
    @Target({METHOD,TYPE})
    public @interface Unstable
    This annotation is an indicator that the interface or method may evolve in a way that it not backwards compatible. Such as deleting methods, changing signatures, and adding checked exceptions. Authors are advised to exercise caution when using these APIs.