org.qi4j.test.indexing
Class GoogleMixin

java.lang.Object
  extended by org.qi4j.test.indexing.GoogleMixin
All Implemented Interfaces:
Google

public class GoogleMixin
extends Object
implements Google

JAVADOC Add JavaDoc


Constructor Summary
GoogleMixin()
           
 
Method Summary
 Iterable<Person> bornIn(String city)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMixin

public GoogleMixin()
Method Detail

bornIn

public Iterable<Person> bornIn(String city)
Specified by:
bornIn in interface Google