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

com.kero.security.core.config.PreparedAccessConfiguration Maven / Gradle / Ivy

package com.kero.security.core.config;

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

public interface PreparedAccessConfiguration extends InvocationHandler {

	@Override
	public Object invoke(Object original, Method method, Object[] args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy