Annotation Type | Description |
---|---|
ActivityView |
ActivityView should be used on android.support.v7.app.AppCompatActivity classes
to enable usage of EasyMVP. |
CustomView |
CustomView should be used on android.view.View classes to enable usage of EasyMVP. |
FragmentView |
FragmentView should be used on android.app.Fragment or
android.support.v4.app.Fragment classes to enable usage of EasyMVP. |
Presenter |
Annotation to inject the presenter that already defined in a
ActivityView.presenter() ,
a FragmentView.presenter() or a CustomView.presenter() . |