/sigmah/src/test/java/org/sigmah/test/SuperScoped.java
http://sigma-h.googlecode.com/ · Java · 13 lines · 6 code · 3 blank · 4 comment · 0 complexity · 953ee4ee4ec01e28cbe1a0dac1e56a24 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 java.lang.annotation.Retention;
- import java.lang.annotation.RetentionPolicy;
-
- @Retention(RetentionPolicy.RUNTIME)
- public @interface SuperScoped {
- }