mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +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
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
|
||||
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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user