package com.todomvc.client;
The V in the MVP Model.
public interface View<P extends Presenter<?>> { P getPresenter(); }