@Target(value=TYPE)
@Retention(value=RUNTIME)
@Component
@Documented
public @interface DataRepositoryComponent
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends DatasetEntity> |
datasetEntityType |
java.lang.String |
value
The type of data to assemble.
|
public abstract java.lang.String value
public abstract java.lang.Class<? extends DatasetEntity> datasetEntityType
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.