aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Allow custom PlaceService #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Developer should be able to easily override the PlaceService to custom it.

You could easily provide the class to use this way:
@PlaceService(MyOwnPlaceService.class)
@Events
public inteface OneEventBus...

This annotation should be used only on the root module. The 
HistoryConfiguration wouldn't be needed anymore, you could just set your own 
PlaceService.

Original issue reported on code.google.com by plcoir...@gmail.com on 17 Jan 2011 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by plcoir...@gmail.com on 19 Jan 2011 at 10:22

GoogleCodeExporter commented 9 years ago
Included in the last snapshot

Original comment by plcoir...@gmail.com on 8 Feb 2011 at 1:39

GoogleCodeExporter commented 9 years ago
Included in the last snapshot

Original comment by plcoir...@gmail.com on 8 Feb 2011 at 1:40