/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

  1. /*
  2. * All Sigmah code is released under the GNU General Public License v3
  3. * See COPYRIGHT.txt and LICENSE.txt.
  4. */
  5. package org.sigmah.test;
  6. import java.lang.annotation.Retention;
  7. import java.lang.annotation.RetentionPolicy;
  8. @Retention(RetentionPolicy.RUNTIME)
  9. public @interface SuperScoped {
  10. }