@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Icon
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
icon
Specifies the relative path to the icon to be loaded if this type has to
be represented by an Icon
|