| Annotation Type | Description |
|---|---|
| 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. |
| RequiresTransaction |
Annotation that indicates that a certain method or constructor should only be called during an existing transaction.
|
| 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 © 2008–2021 JBoss, a division of Red Hat. All rights reserved.