Annotation Type Experimental


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Experimental
    marks experimental apis that should not (yet..) be used in production code. It is used for documentation only.