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