Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8250213 :
|
|
JDK-8250221 :
|
|
JDK-8250237 :
|
|
JDK-8250240 :
|
|
JDK-8250244 :
|
|
JDK-8250246 :
|
|
JDK-8250578 :
|
|
JDK-8250580 :
|
|
JDK-8250583 :
|
|
JDK-8250640 :
|
A no-arg public constructor is generated by the compiler for a class if it does not declare an explicit constructor. While convenient, this is inappropriate for many kinds of formal classes, both because the constructor will have no javadoc and because the constructor may be unintended. For the JDK, classes intended to be used outside of the JDK, public classes in exported packages, should not rely on default constructors.
|