Interface PersonRegistry
-
- All Known Subinterfaces:
PersonRegistry2,PersonRegistry3
- All Known Implementing Classes:
DefaultPersonRegistry,InMemoryPersonRegistry,PersonRegistryImpl2a,PersonRegistryImpl2b
public interface PersonRegistry- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Person person)Finder<Person>findPerson()
-