@Retention(value=RUNTIME) public static @interface Widget.WidgetDescription
Widget to describe itself. The front panel parser is using this
 description to recognize the widget and its characteristics.| Modifier and Type | Required Element and Description | 
|---|---|
| Widget.WidgetAttribute[] | attributesLists the widget attributes the front panel parser can set / configure. | 
public abstract Widget.WidgetAttribute[] attributes