Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Dec 13, 2024
1 parent 0d92891 commit 8feab15
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
* Base class for every Enso builtin object. Not type. Note that base class for a builtin type is
* {@link Builtin}.
*
* <p>The {@link InteropLibrary interop} protocol roughly corresponds to the implementation of the
* protocol inside {@link org.enso.interpreter.runtime.data.atom.Atom}.
*
* <p>Note that extension methods are not resolved, because they are not defined in builtins module
* scope. In other words, extension methods are not reported as members via interop.
* <p>In other words, this class represents an object of builtin type in a similar way that {@link
* org.enso.interpreter.runtime.data.atom.Atom} represents an object of a non-builtin type.
*/
@ExportLibrary(InteropLibrary.class)
@ExportLibrary(TypesLibrary.class)
Expand Down

0 comments on commit 8feab15

Please sign in to comment.