public class MyService { @Inject private SomeDependency dependency; // ... } public class MyComponent { @Event public void onButtonClick(ButtonClickEvent event) { } // ... } public class MyPage { @OnError public void handleError(Exception e) { } // ... }


上一篇:
下一篇:
切换中文