Annotation Interface PrimaryDetailView


@Target(TYPE) @Retention(RUNTIME) public @interface PrimaryDetailView
Annotation for detail view controllers that sets this controller as default detail 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 detail view.
  • Element Details

    • value

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