@Retention(value=CLASS)
@Target(value={})
public @interface Icon
Icon information for an ObjectClassDefinition.ObjectClassDefinition.icon()public abstract java.lang.String resource
The resource is a URL. The resource URL can be relative to the root of the bundle containing the Meta Type Resource.
If the resource begins with the percent sign ('%' \u0025),
the resource can be localized.
public abstract int size
For example, 32 represents a 32x32 icon.