summaryrefslogtreecommitdiffstats
path: root/tests/bugs/moreInterfaceLibrary/lib/ExecutionMonitor.aj
blob: ec2314d14a1128ea9d82b8be596da600c8da2f0f (plain)
1
2
3
4
5
6
package lib;

public aspect ExecutionMonitor {
    public interface MonitoredItem {}
    private void MonitoredItem.record(String eventType, String eventName) {}
}