Can I ignore Eclipse serialversionuid missing warning for SOME parts of my project? -


Then some autogenerated code generates all these alerts.

Is there a way to ignore eclipse for just one part of a project (a folder and children), as we would otherwise like to be warned? Yes, if it is a separate source folder configured in the project, open the project property and press

section, find the source folder in question. A picture here is worth a thousand words; It shows that the optional compiled markers in the generated source folder are ignored:


Comments