< prev index next >

src/java.compiler/share/classes/javax/annotation/processing/Filer.java

Print this page

        

*** 262,272 **** * * @param location location of the new file * @param moduleAndPkg module and/or package relative to which the file * should be named, or the empty string if none * @param relativeName final pathname components of the file ! * @param originatingElements type or package elements causally * associated with the creation of this file, may be elided or * {@code null} * @return a {@code FileObject} to write the new resource * @throws IOException if the file cannot be created * @throws FilerException if the same pathname has already been --- 262,272 ---- * * @param location location of the new file * @param moduleAndPkg module and/or package relative to which the file * should be named, or the empty string if none * @param relativeName final pathname components of the file ! * @param originatingElements type or package or module elements causally * associated with the creation of this file, may be elided or * {@code null} * @return a {@code FileObject} to write the new resource * @throws IOException if the file cannot be created * @throws FilerException if the same pathname has already been
< prev index next >