Annotation Type Generated


  • @Retention(CLASS)
    @Documented
    public @interface Generated
    Marks a class as generated code, and therefore to be ignored for code coverage purposes.
    Since:
    7.7.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The generator that produced this code
    • Element Detail

      • value

        String value
        The generator that produced this code
        Default:
        ""