@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExcelTable
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends DataController<?>> |
datacontroller |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
mappingFile
An optional path to a mapping file for the class which contains this
field.
|
String |
tableName
An optional parameter to set a table name differing from the class name.
|
public abstract Class<? extends DataController<?>> datacontroller
DataController for this class.public abstract String mappingFile
public abstract String tableName
Copyright © 2019. All rights reserved.