@Retention(value=RUNTIME) public static @interface Widget.WidgetAttribute
Modifier and Type | Required Element and Description |
---|---|
String |
name
Sets the name of the attribute.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isOptional
Defines 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