Annotation Type MprWidgetset


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented public @interface MprWidgetset
Annotation for setting the widgetset to use with the legacy framework.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the widgetset to use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • value

      String value
      Name of the widgetset to use.
      Returns:
      Name identifier of the widgetset, default AppWidgetset
      Default:
      "AppWidgetset"