Annotation Type PklName


  • @Target({PACKAGE,TYPE})
    @Retention(CLASS)
    public @interface PklName
    Associates 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.String value
      The simple Pkl name of the annotated element.
    • Element Detail

      • value

        java.lang.String value
        The simple Pkl name of the annotated element.