Annotation Interface Generated


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,CONSTRUCTOR}) public @interface Generated
The Generated annotation is used to mark source code that has been generated. It can also be used to differentiate user written code from generated code in a single file. This annotation has is used for excluding methods and constructors from JaCoCo (version 0.8.2 or newer) coverage.