Package org.apache.http.annotation
Annotation Type Contract
-
@Documented @Target(TYPE) @Retention(CLASS) public @interface Contract
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ThreadingBehavior
threading
-
-
-
Element Detail
-
threading
ThreadingBehavior threading
- Default:
- org.apache.http.annotation.ThreadingBehavior.UNSAFE
-
-