| Annotation Type | Description |
|---|---|
| LazyInit |
Use this annotation on any static or field that will be initialized lazily,
where races yield no semantic difference in the code.
|
| LockMethod |
The method to which this annotation is applied acquires one or more locks.
|
| UnlockMethod |
The method to which this annotation is applied releases one or more locks.
|
Copyright © 2017. All rights reserved.