Annotation Interface PrimaryLookupView


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

    • value

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