All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jdkhome.blzo.ex.basic.aop.api.ApiBeforeCustom Maven / Gradle / Ivy

There is a newer version: 0.5.0.3.RELEASE
Show newest version
package com.jdkhome.blzo.ex.basic.aop.api;

import org.aspectj.lang.JoinPoint;

/**
 * Created by jdk on 2019/1/7.
 */
public interface ApiBeforeCustom {

    void action(JoinPoint joinPoint);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy