Annotation Interface PrimaryEditorScreen


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

    • value

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