wsdl2java-gradle-plugin icon indicating copy to clipboard operation
wsdl2java-gradle-plugin copied to clipboard

Allow specifying a custom @Generated annotation

Open josephearl opened this issue 11 months ago • 0 comments

As noted in the docs, the usefulness of markGenerated is limited and does not exclude classes from e.g. Jacoco coverage because all of the current annotation options are only retained in the source.

Allow specifying a custom annotation class e.g. markGenerated.set("com.cast.Generated") so users can create a @Generated annotation that is retained in the class file or at runtime.

josephearl avatar Mar 13 '24 13:03 josephearl