Annotation Interface View


@Retention(RUNTIME) @Target(TYPE) public @interface View
Indicates this class represents a view. You may optionally indicate the view name if Persism cannot find the view name on its own.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    View Name
  • Element Details

    • value

      String value
      View Name
      Returns:
      View Name
      Default:
      ""