Package 

Annotation Generated

  • All Implemented Interfaces:

    @Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface Generated
    
                        

    Annotation to automatically exclude auto-generated client code from JaCoCo reports.

    Starting with JaCoCo 8.3, classes and methods annotated with @Generated annotation that has RUNTIME retention will be excluded from code coverage report. We are using custom annotation instead of javax.annotation.Generated or javax.annotation.processing.Generated as their retention policy is just SOURCE.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail