@Retention(value=RUNTIME) public static @interface Widget.WidgetAttribute
| Modifier and Type | Required Element and Description | 
|---|---|
| String | nameSets the name of the attribute. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | isOptionalDefines the attribute as optional. | 
public abstract String name
*.fp) and in widget
 hierarchy as method name: setXxx() where Xxx is this attribute name value.public abstract boolean isOptional