Annotation Type WizMain


@Inherited
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WizMain
Identifies the class as the Main class in a Spiderwiz project.

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