Uses of Class
com.blinksale.domain.Person

Packages that use Person
com.blinksale.domain BlinkSale domain layer. 
 

Uses of Person in com.blinksale.domain
 

Methods in com.blinksale.domain that return types with arguments of type Person
 java.util.List<Person> People.getPersons()
           
 java.util.List<Person> Delivery.getRecipients()