Package org.spiderwiz.annotation
Annotation classes used by the Spiderwiz framework.
Spiderwiz uses annotation tags to carry on its work. Some of the tags, namely WizMain,
WizObject and WizQuery, decorate the
building blocks classes of the framework - Main, DataObject
and QueryObject respectively. These tags are used internally by the framework and are
inherited by subclasses of the annotated classes. The other tags, namely WizField and
WizSerializable, are used by the user to provide serialization hints to the
framework.
-
Annotation Types Summary Annotation Type Description WizField Identifies a serializable field of a serializable class.WizMain Identifies the class as theMainclass in a Spiderwiz project.WizObject Identifies the class as a Data Object in the Spiderwiz framework.WizQuery Identifies the class as a Query Object in the Spiderwiz framework.WizSerializable Identifies a class as serializable by the Spiderwiz framework.