fix eager singleton loading

This commit is contained in:
Sebastian Sdorra
2013-02-17 13:57:37 +01:00
parent 2b52b2166c
commit dbc081c73a
5 changed files with 212 additions and 265 deletions

View File

@@ -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 {}