Package com.vaadin.flow.templatemodel
Annotation Interface AllowClientUpdates.Container
- Enclosing class:
AllowClientUpdates
@Retention(RUNTIME)
@Target(METHOD)
@Documented
public static @interface AllowClientUpdates.Container
Internal annotation to enable use of multiple
AllowClientUpdates
annotations.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionInternally used to enable use of multipleAllowClientUpdatesannotations.
-
Element Details
-
value
AllowClientUpdates[] valueInternally used to enable use of multipleAllowClientUpdatesannotations.- Returns:
- an array of the AccessControl annotations
-