Annotation Interface YamlType


@Target(TYPE) @Retention(RUNTIME) public @interface YamlType
  • Element Details

    • types

      Class<?>[] types
      Default:
      {}
    • nodes

      String[] nodes
      Default:
      {}
    • order

      int order
      Default:
      0
    • inline

      boolean inline
      Default:
      false
    • properties

      YamlProperty[] properties
      Default:
      {}