I'm developing a rest API on IntelliJ and I was wondering if there's a way to exclude Jackson generated classes from test coverage. Searching online I didn't find anything except a way to tell IntelliJ to exclude some packages, but I thought that the annotation @Generated would automatically exclude generated classes.
Thanks in advance