Module qtjambi
Package io.qt

Annotation Type QtClassInfo


@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(QtClassInfos.class)
public @interface QtClassInfo
This annotation is equivalent to the Q_CLASSINFO() macro in C++ Qt.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String key  
    String value