@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Debug
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
export
Only applicable for classes, use this to decorate mixins that you wish
to export even if mixin.debug.export is not enabled.
|
boolean |
print
Print the method bytecode to the console after mixin application.
|
public abstract boolean export
Note that if mixin.debug.export is not true then the decompiler is not initialised (even if present on the classpath) and thus you must set mixin.debug.export.decompile to true in order to have force-exported classes decompiled.