Package dev.langchain4j.internal
Annotation JacocoIgnoreCoverageGenerated
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = {ElementType.METHOD, ElementType.TYPE})@Retention(value = RetentionPolicy.RUNTIME) public @interface JacocoIgnoreCoverageGenerated
Annotation to mark methods where JaCoCo coverage should be ignored.
JaCoCo coverage is ignored for methods annotated with any annotation that has a name including "Generated".