@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD}) @Inherited @Repeatable(value=UIEditorSections.class) public @interface UIEditorSection
String
name
int
order
parent
boolean
showTitle
public abstract String name
public abstract String parent
public abstract int order
public abstract boolean showTitle
Copyright © 2018. All rights reserved.