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

com.github.datalking.beans.factory.config.SmartInstantiationAwareBeanPostProcessor Maven / Gradle / Ivy

package com.github.datalking.beans.factory.config;

/**
 * @author yaoo on 4/18/18
 */
public interface SmartInstantiationAwareBeanPostProcessor extends InstantiationAwareBeanPostProcessor {

//    Class predictBeanType(Class beanClass, String beanName);
//
//    Constructor[] determineCandidateConstructors(Class beanClass, String beanName);
//
//    Object getEarlyBeanReference(Object bean, String beanName);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy