Annotation Interface MultipleOpen


@Documented @Inherited @Retention(RUNTIME) public @interface MultipleOpen
Annotation for screen controllers that specifies if the screen can be opened multiple times from the main menu.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Set to false to disable multiple open of the screen from the menu.
  • Element Details

    • value

      boolean value
      Set to false to disable multiple open of the screen from the menu.
      Default:
      true