I want to define and trigger some customized Java compilation errors in Eclipse. Basically I want that some system calls in some methods trigger a compilation error.
In this discussion an Annotaion based solution is proposed but it is not suitable in my case because I cannot predict when the copilation errors will happen. All I want is that when a developer makes a System Call for example a compilation error will be triggered.