Module jetbrains.runtime.api


module jetbrains.runtime.api
JBR API is a collection of services, classes, interfaces, etc., which require tight interaction with JRE and therefore are implemented inside JBR.
JBR API consists of two parts:
  • Client side - jetbrains.runtime.api module, mostly containing interfaces
  • JBR side - actual implementation code inside JBR
Entry point of JBR API is the JBR class.
See Also: