Package org.openhab.core.model.yaml
Annotation 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
-
Element Details
-
value
String value
-