| [news.eclipse.tools.jdt] How to prevent Eclipse "Organize Imports" |
Hi! I am a very frequent user of the "Organize Imports" function in Eclipse. However, I have some classes that I do not want Eclipse to touch since they use RMI and the thrown exceptions are not known. Is there some kind of annotation that I can use for Eclipse to simple ignore the class or java file? Otherwise, I will file an enhancement request. Jimisola