29303132333435
* @author kimchy (shay.banon) */ public class TransportSearchModule extends AbstractModule implements SpawnModules { @Override public Iterable<? extends Module> spawnModules() { return ImmutableList.of(new TransportFacetModule()); }