We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f5ad5 commit 17ee408Copy full SHA for 17ee408
vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/base/LEvented.java
@@ -16,6 +16,9 @@
16
package software.xdev.vaadin.maps.leaflet.base;
17
18
/**
19
+ * @apiNote
20
+ * Data integrity when retrieving client side data can't be assured.
21
+ * Use at your own risk!
22
* @see <a href="https://leafletjs.com/reference.html#evented">Leaflet docs</a>
23
*/
24
public interface LEvented<S extends LEvented<S>> extends LComponent<S>
0 commit comments