Annotation Type WizObject


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

This annotation is defined for DataObject class and inherited by its subclasses. It is used internally by the framework, and may also be of benefit to developers of code generators for the Spiderwiz environment.