Annotation Type Category


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Category
    The Category annotation marks a class as a category.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Returns the custom name.
    • Element Detail

      • value

        java.lang.String value
        Returns the custom name.
        Returns:
        the custom name
        Default:
        ""