Can hibernate validator check syntax from an ide at compile time?

Is it possible to detect possible hibernate (4) errors at compile time, in an ide like eclipse/intellij ?
I am getting an error upon deploying on jboss, is it possible to detect annotation errors and possibly suggest a fix say automatically ?