1 2 3 4 5
public aspect JmxManagement { public interface ManagedBean { Class getManagementInterface(); } }