package org.exoplatform.social.core.chromattic.entity; import org.chromattic.apt.Invoker; import org.chromattic.apt.Instrumented; public class DisabledEntity_Chromattic extends DisabledEntity implements Instrumented { public final org.chromattic.spi.instrument.MethodHandler handler; public DisabledEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) { this.handler = handler; } }