@Target(value=TYPE) public @interface ProxyCodeSplit
Proxy
if
you want the associated Presenter
to sit
behind a split point. Thus the javascript code will be compiled into a new
javascript file and only be loaded from the webapplication server if needed.
Here is an example use of ProxyCodeSplit
:
@ProxyCodeSplit public interface MyProxy extends ProxyPlace<MyPresenter> { }
Copyright © 2010–2014 Arcbees. All rights reserved.