mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
Add documentation
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user