aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr336136/Country_Roo_Op4j.java
blob: 57bd6981cc25946963d4cf319588a0b199d27430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
   }
}