org.aspectj/tests/bugs/moreInterfaceLibrary/lib/ExecutionMonitor.aj
jhugunin 3e59745572 fix and tests for Bugzilla Bug 41123
Weaving failure when using injars
2003-08-08 01:23:31 +00:00

6 lines
171 B
Plaintext

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