mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
12
src/main/java/pw/yumc/YumCore/annotation/NotProguard.java
Normal file
12
src/main/java/pw/yumc/YumCore/annotation/NotProguard.java
Normal 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 {
|
||||
}
|
Reference in New Issue
Block a user