I'm following this simple tutorial http://beanio.org/
Toward the end says you can use an annotated class instead of an XML file. I did that and in my factory.load()
I pass the value with the name of my annotated class. and I get am org.xml.sax.SAXParseException
. I believe this is caused because its expecting an XML file.
What method I need to use to pass my annotated class instead of an XML?