| Interface | Description |
|---|---|
| AnnotationReplacer<T extends java.lang.annotation.Annotation> |
An interface that allows creating annotations that will get replaced by others.
|
| Class | Description |
|---|---|
| Annotations |
A utility for constructing annotations dynamically.
|
| Annotation Type | Description |
|---|---|
| Annotations.CannotBeCreated |
An annotation that implies that the annotated type cannot be dynamically
created using
Annotations.create(Class) |