improve javadoc

This commit is contained in:
Sebastian Sdorra
2016-07-25 18:28:58 +02:00
parent 8a19193799
commit 37228c329c

View File

@@ -33,7 +33,8 @@ package sonia.scm.debug;
import com.google.inject.AbstractModule;
/**
* DebugModule binds all required classes around the {@link DebugService}.
* DebugModule binds all required classes around the {@link DebugService}. The module will only be activated, if the
* application was started in development stage.
*
* @author Sebastian Sdorra
*/