Annotation Type EmbeddedYaml


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface EmbeddedYaml
    Identifies a type that can be serialized into an object within a YAML file

    Not to be confused with YamlFile, which specifies custom types that can be embedded within this file.

    Requires a constructor with no arguments present.