@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,CONSTRUCTOR}) public @interface Generated
This annotation is used to exclude the class or method from code coverage.
Copyright © 2023. All rights reserved.