Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 14, 2023
1 parent 6085ad6 commit 7b0f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/java_interop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ toc::[]
[%hardbreaks]
**Classname[$InnerClass](*+)?**

Symbols representing class names are resolved to the Class instance. Inner or nested classes are separated from their outer class with a `$`. Fully-qualified class names are always valid. If a class is import`ed in the namespace, it may be used without qualification. Array classes end in 1 or more ``*``s, one per dimension. Array classes only may also have a primitive component, e.g. `pass:[long*]`.
Symbols representing class names are resolved to the Class instance. Inner or nested classes are separated from their outer class with a `$`. Fully-qualified class names are always valid. If a class is import`ed in the namespace, it may be used without qualification. Array classes end in 1 or more pass:[*]'s, one per dimension. Array classes only may also have a primitive component, e.g. `pass:[long*]`.

All classes in java.lang are automatically imported to every namespace.

Expand Down

0 comments on commit 7b0f34e

Please sign in to comment.