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

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

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

import java.lang.reflect.Method;

import io.polaris.core.tuple.ValueRef;

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

	ValueRef fixedValue(Object target, Method method, Object[] args);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy