| Class | Description |
|---|---|
| ClassAnnotationInjector |
Adds class annotations.
|
| MethodInjector |
Injects bridge methods as per
WithBridgeMethods. |
| MethodInjector.ClassAnnotationInjectorImpl | |
| MethodInjector.WithBridgeMethodsAnnotationVisitor | |
| ProcessMojo |
| Exception | Description |
|---|
| Annotation Type | Description |
|---|---|
| BridgeMethodsAdded |
This annotation is added after the class transformation to indicate that
the class has already been processed by
MethodInjector. |
| WithBridgeMethods |
Request that bridge methods of the same name and same arguments be generated
with each specified type as the return type.
|