You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Country_Roo_Op4j.java 293B

12345678910111213
  1. import com.foo.op4j.Country;
  2. import java.lang.Object;
  3. import org.javaruntype.type.Types;
  4. import org.op4j.functions.Function;
  5. import org.op4j.functions.Get;
  6. privileged aspect Country_Roo_Op4j {
  7. public static class Country.Keys {
  8. public static final Function COUNTRY = null;
  9. }
  10. }