diff -r 43e32b36153c -r 5a820fb11814 src/jdk/internal/dynalink/package.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/jdk/internal/dynalink/package.html Thu Feb 14 13:22:26 2013 +0100 @@ -0,0 +1,93 @@ + + + + +

+ Contains the main API for using the dynamic linking facilities. A + scripting framework or a language runtime that does not define its own + linker but only uses linkers available in the system will only need to + use classes and interfaces from this package. +

+

+ Languages that wish to define and use their own linkers will also need to + use the {@link jdk.internal.dynalink.linker} package. +

+