src/share/classes/javax/lang/model/util/ElementScanner6.java

Print this page

        

*** 108,117 **** --- 108,119 ---- } /** * Constructor for concrete subclasses; uses the argument for the * default value. + * + * @param defaultValue the default value */ protected ElementScanner6(R defaultValue){ DEFAULT_VALUE = defaultValue; }