Annotation Interface MvcModel


@Target(TYPE) @Retention(RUNTIME) public @interface MvcModel
This annotation is used to mark a class as an MVC (Model-View-Controller) model.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This method retrieves the page path associated with the MVC model.
    This method retrieves the scope of the MVC model.
  • Element Details

    • pagePath

      String pagePath
      This method retrieves the page path associated with the MVC model.
      Returns:
      the page path associated with the MVC model.
    • scope

      MvcScope scope
      This method retrieves the scope of the MVC model.
      Returns:
      the scope of the MVC model.