Annotation Type Contract
Defines behavioral contract enforced at runtime by instances of annotated classes.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionGets the threading behavior for annotated type.
-
Element Details
-
threading
ThreadingBehavior threadingGets the threading behavior for annotated type.The default value is
ThreadingBehavior.UNSAFE.- Returns:
- the threading behavior for annotated type.
- Default:
UNSAFE
-