G I N T

G

GuardedBy - Annotation Type in net.jcip.annotations
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

I

Immutable - Annotation Type in net.jcip.annotations
The class to which this annotation is applied is immutable.

N

net.jcip.annotations - package net.jcip.annotations
Class, field, and method level annotations for describing thread-safety policies.
NotThreadSafe - Annotation Type in net.jcip.annotations
The class to which this annotation is applied is not thread-safe.

T

ThreadSafe - Annotation Type in net.jcip.annotations
The class to which this annotation is applied is thread-safe.

G I N T