Annotation Interface ViewController


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ViewController
Indicates that the annotated class is a view controller. The annotated class must be a direct or indirect subclass of View.
See Also: