Annotation Interface DefaultString


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

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