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

cn.dreampie.orm.aspect.Aspect Maven / Gradle / Ivy

There is a newer version: 1.3.0.RELEASE
Show newest version
package cn.dreampie.orm.aspect;

import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;

/**
 * Created by wangrenhui on 15/1/2.
 */
public interface Aspect {

  public Object aspect(InvocationHandler ih, Object proxy, Method method, Object[] args) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy