@Retention(value=RUNTIME)
public @interface ItemEditorAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends ItemEditor> |
editorType
Gets the type of an
ItemEditor -derived class associated
with an item class through this attribute. |
public abstract java.lang.Class<? extends ItemEditor> editorType
ItemEditor
-derived class associated
with an item class through this attribute.Class
instance specifying the editor type.