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

Print this page

        

*** 245,254 **** --- 245,255 ---- /** * Return a name with the same sequence of characters as the * argument. * * @param cs the character sequence to return as a name + * @return a name with the same sequence of characters as the argument */ Name getName(CharSequence cs); /** * Returns {@code true} if the type element is a functional interface, {@code false} otherwise.