Improved JavaDoc of @DynaModule
* Removed old, deprecated reference of CodenvyBootstrap * Cleaned up Signed-off-by: Anton Johansson <antoon.johansson@gmail.com>6.19.x
parent
493e9e483b
commit
0a14fd9bc7
|
|
@ -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 @DynaModule
|
||||
* Marker annotation for dynamically created modules.
|
||||
* <p>
|
||||
* {@link CheBootstrap} automatically finds and loads Guice modules (subclasses
|
||||
* of {@link com.google.inject.Module}) annotated with @DynaModule.
|
||||
* </p>
|
||||
*
|
||||
* @author gazarenkov
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue