src/jdk/nashorn/api/scripting/ClassFilter.java
Print this page
rev 1131 : 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
Reviewed-by: attila, lagergren
*** 26,36 ****
--- 26,39 ----
/**
* Class filter (optional) to be used by nashorn script engine.
* jsr-223 program embedding nashorn script can set ClassFilter instance
* to be used when an engine instance is created.
+ *
+ * @since 1.8u40
*/
+ @jdk.Exported
public interface ClassFilter {
/**
* Should the Java class of the specified name be exposed to scripts?
* @param className is the fully qualified name of the java class being
* checked. This will not be null. Only non-array class names will be