Package org.seedstack.business.data
Annotation Type DataSet
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface DataSet
This annotation marksDataImporters andDataExporters to specify the data set they are handling. Data sets have two attributes:- The group attribute identifies a functional grouping of the data
- The name attribute identifies a particular homogeneous collection of objects inside the group.