public class SuppressSpecificConstructorDemo extends Object
SuppressSpecificConstructorDemo()
SuppressSpecificConstructorDemo(String message)
String
getHello()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SuppressSpecificConstructorDemo()
public SuppressSpecificConstructorDemo(String message)
public String getHello()
Copyright © 2019. All rights reserved.