| Annotation Type | Description |
|---|---|
| AspectModified |
Marker interface for applying to code elements that are modified using
aspects to facilitate tracking.
|
| Immutable |
Marker interface for classes that are immutable (once created, never change their state.
|
| ThreadSafe |
Marker interface for classes that can be used safely by more than one thread (concurrently).
|
Marker annotations.