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

com.github.trang.autoconfigure.Customizer Maven / Gradle / Ivy

package com.github.trang.autoconfigure;

/**
 * Spring Bean 的回调接口,用来客制化任意 Bean
 *
 * @author trang
 */
public interface Customizer {

    /**
     * 客制化
     *
     * @param bean bean
     */
    void customize(T bean);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy