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

io.github.butkoprojects.bots.preprocess.factory.ControllerFactory Maven / Gradle / Ivy

package io.github.butkoprojects.bots.preprocess.factory;

import java.lang.reflect.Method;

public interface ControllerFactory {

    void generateController( Object bean, Method method );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy