@Target(value=TYPE) public @interface ProxyStandard
Proxy if
you don't want the associated Presenter to
sit behind a split point.
Here is an example use of ProxyStandard:
@ProxyStandard
public interface MyProxy extends ProxyPlace<MyPresenter> {
}
Copyright © 2010-2014 ArcBees. All Rights Reserved.