Created
December 5, 2012 08:29
-
-
Save sizovs/4213816 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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