org.aspectj/tests/bugs1611/pr336136/Country_Roo_Op4j.java
2011-02-03 00:03:02 +00:00

14 lines
293 B
Java

import com.foo.op4j.Country;
import java.lang.Object;
import org.javaruntype.type.Types;
import org.op4j.functions.Function;
import org.op4j.functions.Get;
privileged aspect Country_Roo_Op4j {
public static class Country.Keys {
public static final Function COUNTRY = null;
}
}