Annotation Type Components

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String family  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] categories
      The categories of the nested components (in the package).
    • Element Detail

      • family

        String family
        Returns:
        the family value for all classes needing a component in this package or subpackages.
      • categories

        String[] categories
        The categories of the nested components (in the package). You can use ${family} to represent the family in the category. If not present it will be appended at the end, for example Misc will become Misc/${family}.
        Returns:
        the categories to associate to this component. Default to "Misc".
        Default:
        {"Misc"}