Add documentation

This commit is contained in:
René Pfeuffer
2020-03-25 14:03:33 +01:00
parent 5d05ab966a
commit af45388c27

View File

@@ -27,7 +27,8 @@ package sonia.scm.lifecycle;
import java.util.Optional;
/**
* Strategy for restarting SCM-Manager.
* Strategy for restarting SCM-Manager. Implementations must either have a default constructor or one taking the
* class loader for the current context as a single argument.
*/
public interface RestartStrategy {