This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* ====================== 具体产品(plugin包) ======================
* @author <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
* @version 1.0
* @created 26-10<31><30>-2025 23:19:02
*/
class ButtonPlugin implements UIPlugin {
public ButtonPlugin(){
}
public void finalize() throws Throwable {
@Override
public void render(){
System.out.println("渲染按钮UI组件");
}//end ButtonPlugin