@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InterfaceMapper
MethodMapper annotation.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
originalInterfaceName
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
className
Deprecated.
|
java.lang.Class<?> |
classVisitor
Deprecated.
In Agents through 3.12.0, the default value here was InterfaceImplementationClassVisitor.class.
|
java.lang.String[] |
skip
Deprecated.
A list of class names to skip.
|
public abstract java.lang.String originalInterfaceName
public abstract java.lang.Class<?> classVisitor
This work is part of the fix for JAVA-609.