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

com.swak.core.aware.BeanSelfAware Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C), 2018 store
 * Encoding: UTF-8
 * Date: 20-5-21 下午4:06
 * History:
 */
package com.swak.core.aware;

/**
 * BeanSelfAware.java
 * @author colley.ma
 * @since 2.4.0
 */
public interface BeanSelfAware {

    void setServiceBeanSelf(T serviceBeanSelf);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy