Package org.pkl.core.stdlib
Annotation Type PklName
-
@Target({PACKAGE,TYPE}) @Retention(CLASS) public @interface PklNameAssociates a stdlib node class with an 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 Modifier and Type Required Element Description java.lang.StringvalueThe simple Pkl name of the annotated element.
-