Package org.pkl.core.stdlib
Annotation Interface PklName
Associates a stdlib node class with a Pkl member name or a stdlib package with a Pkl module name.
Only required if the Java class/package can't have the same name as its corresponding Pkl
member/module.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe simple Pkl name of the annotated element.
-