com.terapico.caf.InvocationContextFactory Maven / Gradle / Ivy
package com.terapico.caf;
public interface InvocationContextFactory {
InvocationContext create(Object context) throws InvocationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy