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

com.github.datalking.beans.factory.BeanNameAware Maven / Gradle / Ivy

The newest version!
package com.github.datalking.beans.factory;

/**
 * @author yaoo on 4/26/18
 */
public interface BeanNameAware extends Aware {

    void setBeanName(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy