@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface MethodMapper
InterfaceMapper.| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
NULL |
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
originalMethodName
The original method name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
invokeInterface
If true, the original method should be invoked as an interface, otherwise virtual.
|
java.lang.String |
originalDescriptor
The original method description.
|