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

io.polaris.core.aop.AfterAdvice Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.aop;

import java.lang.reflect.Method;

/**
 * @author Qt
 * @since May 13, 2024
 */
public interface AfterAdvice extends Advice {

	void after(Object target, Method method, Object[] args, Object retVal) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy