Package com.vaadin.shared.annotations
Annotation Type NoLoadingIndicator
-
@Target(METHOD) @Documented public @interface NoLoadingIndicator
Annotation used to mark server RPC methods for which it isn't necessary to show the loading indicator. The framework will show a loading indicator when sending requests for RPC methods that are not marked with this annotation. The loading indicator is hidden once a response is received.- Since:
- 7.4
- Author:
- Vaadin Ltd