Interface PersonService.SinglePersonFetcher

All Superinterfaces:
SingleFetcher<Person>
All Known Subinterfaces:
PersonService.PersonFinder
All Known Implementing Classes:
NoopPersonFinder, PersonServiceImpl.PersonFinderImpl
Enclosing interface:
PersonService

public static interface PersonService.SinglePersonFetcher extends SingleFetcher<Person>
only here so that the remote person service can proxy it.