android AOP面向切面AspectJX框架配合使用
1.登录AOP注解@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTIME)public @interface IsLogin { String value();}切入点处理@Aspectpublic class BehaviorTraceAspect { @Pointcut("execution(@com.example.administrator.aoptest.annotation.IsLo