com.coherentlogic.coherent.data.adapter.aop.aspects.ProceedClosure Maven / Gradle / Ivy
package com.coherentlogic.coherent.data.adapter.aop.aspects;
/**
* Method that wraps the call to proceed.
*
* @author thospfuller
*
* @param The type of result returned from the call to {@link #proceed()}.
*/
@FunctionalInterface
public interface ProceedClosure {
T proceed () throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy