summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR173729/base/JmxManagement.aj
blob: 3b656e0dadb1efbdf6d56a3f5d662390c6e7d146 (plain)
1
2
3
4
5
public aspect JmxManagement {
   public interface ManagedBean {
        Class getManagementInterface();
   }
}