@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Inherited
@Documented
public @interface ComplexInput
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends ComplexData> |
binding |
java.lang.String |
identifier |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
abstrakt |
long |
maximumMegaBytes |
long |
maxOccurs |
long |
minOccurs |
java.lang.String |
title |
public abstract java.lang.Class<? extends ComplexData> binding
Copyright © 2016–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.