Browse Source

Javadocs fix

Change-Id: I35df971a0d7eb02c99ed1dd1a2c66172678d718c
feature/bootstrap-annotation
elmot 8 years ago
parent
commit
462387c0bc
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      server/src/com/vaadin/annotations/BootstrapMod.java

+ 1
- 2
server/src/com/vaadin/annotations/BootstrapMod.java View File

@@ -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)

Loading…
Cancel
Save