/* * Decompiled with CFR 0.152. */ package javax.baja.sys; import javax.baja.sys.Context; /* * Illegal identifiers - consider using --renameillegalidents true */ public class CopyHints { public boolean defaultOnClone; public boolean swizzleHandles; public Context cx; public String toString() { return "CopyHints defaultOnClone=" + this.defaultOnClone + " swizzleHandles=" + this.swizzleHandles; } private final /* synthetic */ void this() { this.defaultOnClone = true; this.swizzleHandles = false; this.cx = null; } public CopyHints() { this.this(); } }