com.fastchar.interfaces.IFastMethodInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar Show documentation
Show all versions of fastchar Show documentation
FastChar is Web+ORM Framework in Java.
package com.fastchar.interfaces;
import java.lang.reflect.Method;
public interface IFastMethodInterceptor {
boolean intercept(Object o, Method method, Object[] objects);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy