| Annotation Type | Description |
|---|---|
| GuardedBy |
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice. |
| Immutable |
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice. |
| NotThreadSafe |
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice. |
| ReadOnly |
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only.
|
| ThreadSafe |
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.