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

com.zpf.api.Initializer Maven / Gradle / Ivy

package com.zpf.api;

/**
 * 对象初始化
 * Created by ZPF on 2019/7/18.
 */
public interface Initializer {
    void onInit(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy