| Annotation Type | Description |
|---|---|
| AllowedValues |
Annotation that can be used to specify that the target has certain allowed values.
|
| Category |
Annotation that can be used provide a human-readable category.
|
| Description |
Annotation that can be used provide a human-readable 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. |
| Label |
Annotation that can be used provide a human-readable label.
|
| 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 © 2008–2021 JBoss, a division of Red Hat. All rights reserved.