@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InterfaceMixin
FieldAccessor annotation.
The InterfaceMixinClassTransformer will automatically find classes with this annotation and stitch them into
the original interfaces as they are loaded.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
originalClassName
Deprecated.
|