Annotation Interface PrimaryLookupScreen


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

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

    • value

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