CheckoutQuery.java 133 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 package fi.codecrew.moya.checkoutfi; public interface CheckoutQuery { public String name(); public String getDefaultValue(); }