/sigmah/src/test/java/org/sigmah/test/SuperScoped.java
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 6package org.sigmah.test; 7 8import java.lang.annotation.Retention; 9import java.lang.annotation.RetentionPolicy; 10 11@Retention(RetentionPolicy.RUNTIME) 12public @interface SuperScoped { 13}