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

io.vanillabp.springboot.adapter.wiring.ConnectBean Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package io.vanillabp.springboot.adapter.wiring;

import java.lang.reflect.Method;
import java.util.List;

import io.vanillabp.springboot.parameters.MethodParameter;

@FunctionalInterface
public interface ConnectBean {

    void connect(Object bean, Method method, List parameters);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy