2 Commits 19fbc5b6b9 ... ed2291b33c

Auteur SHA1 Message Date
  dail ed2291b33c Merge branch 'dail-dev' into dev il y a 2 ans
  dail 8af1ee0940 匿名注解 il y a 2 ans

+ 13 - 0
Source/group-platform/common/src/main/java/com/younike/common/config/AnonymousAccess.java

@@ -0,0 +1,13 @@
+package com.younike.common.config;
+
+import java.lang.annotation.*;
+
+
+/**
+ * @author Dail
+ */
+@Target({ElementType.METHOD, ElementType.TYPE})
+@Retention(RetentionPolicy.RUNTIME)
+@Documented
+public @interface AnonymousAccess {
+}