Package org.adempiere.base
Annotation Interface GeneratedCodeCoverageExclusion
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR})
public @interface GeneratedCodeCoverageExclusion
Custom annotation to exclude methods or classes from JaCoCo code coverage.
* JaCoCo automatically filters out any method/class/constructor
annotated with an annotation whose name contains "Generated" and
has RUNTIME or CLASS retention.