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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: