Explorar el Código

Javadocs fix

Change-Id: I35df971a0d7eb02c99ed1dd1a2c66172678d718c
feature/bootstrap-annotation
elmot hace 8 años
padre
commit
462387c0bc
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      server/src/com/vaadin/annotations/BootstrapMod.java

+ 1
- 2
server/src/com/vaadin/annotations/BootstrapMod.java Ver fichero

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

Cargando…
Cancelar
Guardar