mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 13:26:44 +02:00
added modules, classloading and view packages to sonia.scm.lifecycle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package sonia.scm.lifecycle;
|
||||
|
||||
public interface LifeCycle {
|
||||
|
||||
void initialize();
|
||||
|
||||
void shutdown();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user