@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Repeatable(value=UIEditorTabPanels.class) public @interface UIEditorTabPanel
public abstract String id
public abstract String parent
public abstract UIEditorSection[] tabs
Copyright © 2018. All rights reserved.