示例:
public class Bean { private String name; public Bean(String name) { this.name = name; } }
使用下面的复选框可忽略没有显式构造函数的类。 编译器为这种类提供了默认的无实参构造函数。