< prev index next >

nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/package-info.java

Print this page

        

*** 109,116 **** * Language runtimes that allow type conversions other than those provided by * Java will need to have their guarding dynamic linker (or linkers) also * implement the {@link jdk.dynalink.linker.GuardingTypeConverterFactory} * interface to provide the logic for these conversions. * </p> ! * @since 1.9 */ package jdk.dynalink.linker; --- 109,116 ---- * Language runtimes that allow type conversions other than those provided by * Java will need to have their guarding dynamic linker (or linkers) also * implement the {@link jdk.dynalink.linker.GuardingTypeConverterFactory} * interface to provide the logic for these conversions. * </p> ! * @since 9 */ package jdk.dynalink.linker;
< prev index next >