/sigmah/src/test/java/org/sigmah/test/TestScoped.java
http://sigma-h.googlecode.com/ · Java · 17 lines · 8 code · 5 blank · 4 comment · 0 complexity · 4876751dc29f01080840cfb17a0a7531 MD5 · raw file
- /*
- * All Sigmah code is released under the GNU General Public License v3
- * See COPYRIGHT.txt and LICENSE.txt.
- */
-
- package org.sigmah.test;
-
- import com.google.inject.ScopeAnnotation;
-
- import java.lang.annotation.Retention;
- import java.lang.annotation.RetentionPolicy;
-
-
- @ScopeAnnotation
- @Retention(RetentionPolicy.RUNTIME)
- public @interface TestScoped {
- }