Annotation Interface ExampleValue


@SupportedAll @Retention(RUNTIME) @Target(METHOD) public @interface ExampleValue
An annotation to specify an example value for the attribute.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The example value.
  • Element Details

    • value

      String value
      The example value. Typically the example value is used on the UI as a blurred text to aid the user fill the configuration.
      Returns:
      the example value for the attribute.
      Default:
      ""