hello,i'm using the abator eclipse plugin and i've developped my own javaTypeResolver
i try to reference it in my abatorConfig.xml
<javaTypeResolver type="fr.univnancy2.abator.AgatteResolver"> </javaTypeResolver>but the problem is that each time i run abator i get the error "Unexpected error while running Abator. Cannot instantiate object of type fr.univnancy2.abator.AgatteResolver"
where to put my AgatteResolver.class file? regards