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

com.yomahub.akali.strategy.AkaliStrategy Maven / Gradle / Ivy

The newest version!
package com.yomahub.akali.strategy;

import com.yomahub.akali.enums.AkaliStrategyEnum;

import java.lang.reflect.Method;

public interface AkaliStrategy {

    AkaliStrategyEnum getStrategy();

    Object process(Object bean, Method method, Object[] args) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy