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
Putting an annotation (@aspect or other) on the wrong content crashes the annotation processor. (typically with a ClassCastException) The resulting file is completly broken with many message that aren't user friendly.
It would be better to check that the annotation has been placed on the correct element before starting to process it and report a clear message.
The text was updated successfully, but these errors were encountered:
Putting an annotation (@aspect or other) on the wrong content crashes the annotation processor. (typically with a ClassCastException) The resulting file is completly broken with many message that aren't user friendly.
It would be better to check that the annotation has been placed on the correct element before starting to process it and report a clear message.
The text was updated successfully, but these errors were encountered: