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
@Generated is a compile time annotation so I am not sure if it matters.
Weird thing that might complicate this is that the Scala compiler requires the annotations to be on the class path where as the Java compiler explicitly ignores annotations that are not on the class path.
Please add the
javax.annotation.processing.Generated
annotation on the generated code so that code linters can skip those.The text was updated successfully, but these errors were encountered: