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

com.alibaba.jvm.sandbox.module.debug.textui.TComponent Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.alibaba.jvm.sandbox.module.debug.textui;

/**
 * 命令行控件
 *
 * @author [email protected]
 */
public interface TComponent {

    /**
     * 渲染组件内容
     *
     * @return 组件内容(TEXT)
     */
    String rendering();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy