@Retention(RUNTIME) @Target(TYPE) public @interface QmlSingleton
This annotation marks a class to be registered as qml singleton type in combination with
QmlElement
or QmlNamedElement
.@Retention(RUNTIME) @Target(TYPE) public @interface QmlSingleton
QmlElement
or QmlNamedElement
.