Annotation Type KeyPath


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface KeyPath
    Identifies a custom path in the YAML file that should be used for saving a field.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      @NotNull java.lang.String value  
    • Element Detail

      • value

        @NotNull
        @NotNull java.lang.String value