|
@@ -1,7 +1,10 @@
|
|
|
package cn.cslg.pas.common.core.annotation;
|
|
|
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
+
|
|
|
import java.lang.reflect.Method;
|
|
|
|
|
|
+@Configuration
|
|
|
public class AnnotationParse {
|
|
|
|
|
|
public static int[] permissionParse(Method method) throws Exception {
|