| Annotation Type | Description |
|---|---|
| GuardedBy | |
| Immutable | |
| NotThreadSafe | |
| PackagePrivate |
Indicates that the annotated element intentionally uses default visibility.
|
| ReadOnly |
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only.
|
| ThreadSafe | |
| VisibleForTesting |
Indicates that visibility of the annotated element is raised for the purposes of testing
(e.g.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.