Annotation Type | Description |
---|---|
Immutable |
Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.
|
Lazy |
Documents that the value assigned to the annotated field is lazily initialized and shouldn't be accessed directly but
via a getter.
|
ThreadSafe |
Documents that the annotated field is safe for concurrent access.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved