Package overit.geocall.platform
Annotation Interface Platform.DataSet.Requirements
- Enclosing class:
Platform.DataSet
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@Inherited
public static @interface Platform.DataSet.Requirements
Annotation interface used to define the requirements that must be satisfied before this dataset can be applied
-
Optional Element Summary
Optional Elements
-
Element Details
-
levels
String[] levels- Returns:
- a list of string representing db level requirements for this dataset to be applied. Each entry is a string
containing the level required. For example, the following definition
says that, in order this dependency can be resolved, both levels"geocall.core.9.0.0","geocall.core.9.1.0"geocall.core.9.0.0andgeocall.core.9.1.0must be applied
- Default:
{}
-
datasets
String[] datasets- Returns:
- a list of string representing datasets requirements for this dataset to be applied. Each entry is a string
containing the dataset required. For example, the following definition
says that, in order this dependency can be resolved, both datasets"dataset1","dataset2"dataset1anddataset2must be applied
- Default:
{}
-