@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Description
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?>[] |
dataTypes
The types for the sources the widget can handle.
|
java.lang.String |
name
The name of the widget.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
summary
A short summary of the widget that states what kind of values it can display and how to use it.
|
public abstract java.lang.String name