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

com.manydesigns.portofino.buttons.Guarded Maven / Gradle / Ivy

package com.manydesigns.portofino.buttons;

import net.sourceforge.stripes.action.Resolution;

import java.lang.reflect.Method;

/**
 * Created by alessio on 22/12/16.
 */
public interface Guarded {
    
    Resolution guardsFailed(Method handler);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy