From 0f04cdd396882dfc67763e5d696b2eb2c9676848 Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Thu, 21 Jan 2016 16:09:23 +0800 Subject: [PATCH] --- src/org/redkale/source/FilterGroups.java | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 src/org/redkale/source/FilterGroups.java diff --git a/src/org/redkale/source/FilterGroups.java b/src/org/redkale/source/FilterGroups.java deleted file mode 100644 index d65418440..000000000 --- a/src/org/redkale/source/FilterGroups.java +++ /dev/null @@ -1,26 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ -package org.redkale.source; - -import static java.lang.annotation.ElementType.*; -import static java.lang.annotation.RetentionPolicy.RUNTIME; -import java.lang.annotation.*; - -/** - * - *

- * 详情见: http://www.redkale.org - * - * @author zhangjx - */ -@Inherited -@Documented -@Target({FIELD}) -@Retention(RUNTIME) -public @interface FilterGroups { - - FilterGroup[] value(); -}