Annotation Interface DevelopmentMenu


@Target(TYPE) @Retention(RUNTIME) public @interface DevelopmentMenu
Represents a development menu. Experimental feature that lets you discover more debug information in the console.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the menu is a development menu.
  • Element Details

    • value

      boolean value
      Whether the menu is a development menu.
      Returns:
      True to make the menu a development menu.
      Default:
      true