mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
fix eager singleton loading
This commit is contained in:
@@ -30,12 +30,9 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm;
|
||||
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
|
||||
import com.google.inject.ScopeAnnotation;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
@@ -51,5 +48,4 @@ import java.lang.annotation.Target;
|
||||
*/
|
||||
@Target({ ElementType.TYPE, ElementType.METHOD })
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@ScopeAnnotation
|
||||
public @interface EagerSingleton {}
|
||||
|
||||
Reference in New Issue
Block a user