/sigmah/src/test/java/org/sigmah/server/dao/OnDataSet.java
http://sigma-h.googlecode.com/ · Java · 14 lines · 7 code · 3 blank · 4 comment · 0 complexity · 8a931fb55f63065d8e69b0085b4f7410 MD5 · raw file
- /*
- * All Sigmah code is released under the GNU General Public License v3
- * See COPYRIGHT.txt and LICENSE.txt.
- */
-
- package org.sigmah.server.dao;
-
- import java.lang.annotation.Retention;
- import java.lang.annotation.RetentionPolicy;
-
- @Retention(RetentionPolicy.RUNTIME)
- public @interface OnDataSet {
- String value();
- }