@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface TabularTypeInfo
TabularType. The class that is
representing TabularData must be annotated
by this annotation.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
indexNames
See
TabularType.getIndexNames(). |
java.lang.Class<?> |
rowType
See
TabularType.getRowType(). |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"