I'm currently writing a springframework plugin for intellij idea and i'd like to know what must i check in order to validate a spring config file (check that a lookup method exist, ...).
Does a class already exists that do that ?
Thank you
I'm currently writing a springframework plugin for intellij idea and i'd like to know what must i check in order to validate a spring config file (check that a lookup method exist, ...).
Does a class already exists that do that ?
Thank you
Maybe you should contact the Spring-IDE team, since they have already validation logic for the eclipse plugin.
Regards,
Andreas