Annotation Interface DefaultBoolean


@Retention(RUNTIME) @Target({CONSTRUCTOR,FIELD,RECORD_COMPONENT}) public @interface DefaultBoolean
An annotation for specifying the default boolean value.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    boolean
    Returns the default boolean value.
  • Element Details

    • value

      boolean value
      Returns the default boolean value.
      Returns:
      the default boolean value