Elaborate on qldoc for API::EntryPoint

This commit is contained in:
Asger Feldthaus
2022-03-14 17:51:53 +01:00
parent be65b9bebc
commit fee32d3480
2 changed files with 13 additions and 2 deletions

View File

@@ -273,6 +273,13 @@ module API {
/**
* An API entry point.
*
* By default, API graph nodes are only created for nodes that come from an external
* library or escape into an external library. The points where values are cross the boundary
* between codebases are called "entry points".
*
* Anything in the global scope is considered to be an entry point, but
* additional entry points may be added by extending this class.
*/
abstract class EntryPoint extends string {
bindingset[this]