feat: 添加防混淆注解

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2017-02-04 20:38:38 +08:00
parent 12fc65c389
commit 52fa5f0f48
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package pw.yumc.YumCore.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
*
* Created by on 2017/2/4 0004.
*/
@Target({ ElementType.METHOD, ElementType.FIELD, ElementType.TYPE })
public @interface NotProguard {
}