You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @Generated annotation added has source retention so does not work with tools like JaCoCo for excluding generated code from code coverage reports.
Support specifying a custom generated annotation class so that users can create a generated annotation that is retained in the class file for use with tools like JaCoCo.
The text was updated successfully, but these errors were encountered:
This plugin does not participate in the code generation process. It provides a Gradle task that delegates the code generation to the wsdl2java tool from the Apache CXF project: https://cxf.apache.org/docs/wsdl-to-java.html
The
@Generated
annotation added has source retention so does not work with tools like JaCoCo for excluding generated code from code coverage reports.Support specifying a custom generated annotation class so that users can create a generated annotation that is retained in the class file for use with tools like JaCoCo.
The text was updated successfully, but these errors were encountered: