Annotation Interface ComponentId


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ComponentId
Indicates id of a component.
Since:
2022-09-09
Author:
miki
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Note: this must be a valid css identifier, meaning it must be unique across the web page.
  • Element Details

    • value

      String value
      Note: this must be a valid css identifier, meaning it must be unique across the web page.