diff options
author | elmot <elmot@vaadin.com> | 2016-03-16 16:23:12 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-16 16:27:45 +0000 |
commit | 462387c0bc8c40786d08537a0a45f35a82937f0e (patch) | |
tree | 43e4447e2da0f17fe4276cb86ee01d3b12a619dc | |
parent | 312fbb77fa81a99dec1f543fd5345a59eb62d51c (diff) | |
download | vaadin-framework-feature/bootstrap-annotation.tar.gz vaadin-framework-feature/bootstrap-annotation.zip |
Javadocs fixfeature/bootstrap-annotation
Change-Id: I35df971a0d7eb02c99ed1dd1a2c66172678d718c
-rw-r--r-- | server/src/com/vaadin/annotations/BootstrapMod.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/com/vaadin/annotations/BootstrapMod.java b/server/src/com/vaadin/annotations/BootstrapMod.java index 3b94929409..4e356d6fe1 100644 --- a/server/src/com/vaadin/annotations/BootstrapMod.java +++ b/server/src/com/vaadin/annotations/BootstrapMod.java @@ -26,9 +26,8 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Provides various helper methods for connectors. Meant for internal use. + * This annotation adds custom BootstrapListeners to Vaadin UI. * - * @author Vaadin Ltd */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) |