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

net.neoremind.fountain.P1 Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * 1个对象的wrapper接口
 *
 * @author zhangxu
 */
public interface P1 {

    /**
     * 返回唯一的对象
     *
     * @return 唯一的对象
     */
    A _1();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy