Package org.apache.http.annotation
Annotation Type Experimental
-
@Documented @Target({METHOD,TYPE}) @Retention(CLASS) public @interface Experimental
The field or method to which this annotation is applied is marked as experimental.
@Documented
@Target({METHOD,TYPE})
@Retention(CLASS)
public @interface Experimental