aino-komal / mvp4g

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

Add a @View annotation #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a @View annotation to have the choice to either annotate the presenter or 
the view.

You could have either

@Presenter(view=OneView.class)
public class OnePresenter ... {}

or

@View(presenter=OnePresenter.class)
public class OneView ... {}

Original issue reported on code.google.com by plcoir...@gmail.com on 1 Oct 2010 at 11:29