Use https everywhere - documentation and samples
This commit is contained in:
committed by
Ilya Chernikov
parent
028a311949
commit
9ac52fad17
@@ -25,7 +25,7 @@ This is determined by the ```src/META-INF/services/org.jetbrains.kotlin.preloadi
|
||||
**Instrumenter** is any implementation of ```org.jetbrains.kotlin.preloading.instrumentation.Instrumenter``` interface.
|
||||
|
||||
Preloader loads the **first** instrumenter service found on the class path.
|
||||
Services are provided through the [standard JDK mechanism](http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html).
|
||||
Services are provided through the [standard JDK mechanism](https://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html).
|
||||
|
||||
Every preloaded class is run through the instrumenter. Before exiting the program instrumenter's dump() method is called.
|
||||
**Note** JDK classes and everything in the Preloader's own class path are not preloaded, thus not instrumented.
|
||||
|
||||
Reference in New Issue
Block a user