Add documentation

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

View File

@@ -21,13 +21,14 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. * SOFTWARE.
*/ */
package sonia.scm.lifecycle; package sonia.scm.lifecycle;
import java.util.Optional; 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 { public interface RestartStrategy {