|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Annotation Types Summary | |
|---|---|
| Immutable | Claims that a given class is immutable |
| LockedBy | Indicates the lock that protects a given variable |
| NotThreadsafe | Indicates that a class is not threadsafe, or tells implementors of an interface that their class need not be threadsafe |
| Threadsafe | Claims that a class is threadsafe or admonishes implementors of an interface to ensure that their implementation is threadsafe. |
Advisory annotations for threadsafety.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||