Package com.oracle.truffle.api.library.provider
package com.oracle.truffle.api.library.provider
This package contains service provider interfaces used by Truffle libraries. The provider
interfaces are not intended to be implemented manually but automatically generated by the
annotation processor when needed.
- Since:
- 23.1
-
ClassDescriptionService provider interface implemented by external default exports of a library.Service provider interface implemented by library exports if they needed to be loaded eagerly with a library.