Annotation Interface PrimaryListView


@Target(TYPE) @Retention(RUNTIME) public @interface PrimaryListView
Annotation for list view controllers that sets this controller as default list view for entities of the specified type.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Entity class for which the view is a default list view.
  • Element Details

    • value

      Class<?> value
      Entity class for which the view is a default list view.