Annotation Interface ComponentStyle


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface ComponentStyle
Indicates style names to be applied to the component.
Since:
2022-09-09
Author:
miki
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Note: these should be valid css identifier.
  • Element Details

    • value

      String[] value
      Note: these should be valid css identifier. No check is done.