aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr336136/Country_Roo_Op4j2.java
blob: 047f4b5f1ef8b38883ba825cc8ec7931d3940f4a (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_Op4j2 {

   public static class Country.Keys {

       public static final Function<Object, Country> COUNTRY = Get.attrOf(Types.forClass(Country.class),"country");
   }
}