Index

C F G I N T V 
All Classes and Interfaces|All Packages

C

Copyright and license - Search tag in package net.jcip.annotations
Section

F

Field and method annotations - Search tag in package net.jcip.annotations
Section

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.

V

value() - Element in annotation type net.jcip.annotations.GuardedBy
 
C F G I N T V 
All Classes and Interfaces|All Packages