I have a set of java beans that are annotated with @XmlRootElement from javax.xml.bind. When trying to import the .h files in my XCode project, I get the error 'javax/xml/bind/annotation/XmlTransient.h' file not found Preferably I would like to ignore those annotations because i do not need them in my objective C code, but if there is another solution I would welcome it!
Thank you!