Annotation Type DataSet


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface DataSet
    This annotation marks DataImporters and DataExporters 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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String group  
      String name  
    • Element Detail

      • group

        String group
        Returns:
        the name of the group.
      • name

        String name
        Returns:
        the name of the data set.