@Documented @Target(value=TYPE) @Retention(value=CLASS) public @interface Contract
Modifier and Type | Optional Element and Description |
---|---|
ThreadingBehavior |
threading
Gets the threading behavior for annotated type.
|
public abstract ThreadingBehavior threading
The default value is ThreadingBehavior.UNSAFE
.
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.