Package org.pkl.config.java.mapper
Annotation Type Named
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface NamedNames a constructor parameter for Pkl-to-Java object mapping. Alternatively, thejavax.inject.Namedannotation can be used, or parameter names can be retained by setting the Java 8+ compiler option-parameters.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-