types
Annotation Type WidgetDef.Derived


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public static @interface WidgetDef.Derived

Annotation specifying the base widget types of a widget. Note that the root widget type for a language definition is always implicitly the last base widget type.


Required Element Summary
 Class<? extends WidgetDef>[] value
           
 

Element Detail

value

public abstract Class<? extends WidgetDef>[] value
Returns:
The widget definition class of each parent widget type.