Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created December 5, 2012 08:29
Show Gist options
  • Save sizovs/4213816 to your computer and use it in GitHub Desktop.
Save sizovs/4213816 to your computer and use it in GitHub Desktop.
com.ofg.loans.backend.service.address.finder
interface AddressFinder
List<Address> find(Criteria)
class Address
String valueOf(AddressDetail addressDetail)
interface AddressDetail
enum UkAddressDetail implements AddressDetail
enum InternationalAddressDetail implements AddressDetail
com.ofg.loans.backend.impl.address.finder
class PostcodeAnywhereAddressFinder implements AddressFinder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment