Improved JavaDoc of @DynaModule

* Removed old, deprecated reference of CodenvyBootstrap
 * Cleaned up

Signed-off-by: Anton Johansson <antoon.johansson@gmail.com>
6.19.x
Anton Johansson 2016-02-13 22:02:12 +01:00
parent 493e9e483b
commit 0a14fd9bc7
1 changed files with 5 additions and 3 deletions

View File

@ -14,9 +14,11 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* DynaModule Marker annotation for dynamically created module CodenvyBootstrap
* automatically finds and loads Guice modules (subclasses of
* com.google.inject.Module) annotated with &#064DynaModule
* Marker annotation for dynamically created modules.
* <p>
* {@link CheBootstrap} automatically finds and loads Guice modules (subclasses
* of {@link com.google.inject.Module}) annotated with &#064DynaModule.
* </p>
*
* @author gazarenkov
*/