Annotation Type WizQuery


@Inherited
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WizQuery
Identifies the class as a Query Object in the Spiderwiz framework.

This annotation is defined for QueryObject class and inherited by its subclasses. It may be of benefit to developers of code generators for the Spiderwiz environment.