Improve comments
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / spring / SpringCommandHandler.java
index 9eb3a0df1e42247dd7ea9cc8c241d0cc13fb7c66..dc045c982a05d3b4092fd9a10c1dd4b392f9e204 100644 (file)
@@ -24,6 +24,7 @@ import org.eclipse.core.commands.IHandler;
 import org.eclipse.core.commands.IHandlerListener;
 import org.springframework.context.ApplicationContext;
 
+/** Allows to declare Eclipse commands as Spring beans */
 public class SpringCommandHandler implements IHandler {
        private final static Log log = LogFactory
                        .getLog(SpringCommandHandler.class);