Annotation Interface YamlElementName


@Retention(RUNTIME) public @interface YamlElementName
The YamlElementName is a required annotation for the inheritors of YamlElement. It specifies the root element name in a YAML model that is described by the respective class. Code review MUST ensure that element names are unique.
Author:
Jan N. Klug - Initial contribution
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details