@Documented
@Retention(SOURCE)
@Target(METHOD)
@Repeatable(QtAllowedTypeSets.class)
public @interface QtAllowedTypeSet
This annotation labels a MultiSignal.overload(...) method with all
accepted sets of parameter types.
-
Required Element Summary
-
Element Details
-
value
Class<?>[] value
-