< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/DiagnosticListener.java

Print this page

        

*** 26,36 **** package jdk.nashorn.api.tree; /** * Interface for receiving diagnostics from Nashorn parser. * ! * @since 1.9 */ @jdk.Exported @FunctionalInterface public interface DiagnosticListener { /** --- 26,36 ---- package jdk.nashorn.api.tree; /** * Interface for receiving diagnostics from Nashorn parser. * ! * @since 9 */ @jdk.Exported @FunctionalInterface public interface DiagnosticListener { /**
< prev index next >