I seem to get a bunch of warnings like this when I make my Spring project. The project uses Compile Time Weaving and various Spring annotations like Transactional, Autowired, and Configurable.
I have three questions: What are they (What's the effect)? Should I be concerned about them? and "What can I do to remove them?"
ajc: this affected type is not exposed to the weaver: com.myapp.domain.UserEntity [Xlint:typeNotExposedToWeaver]
Let me know what you need to help me solve this issue. I can post relevant parts of the POM file, parts of my Java Spring Configuration files, or whatever. I dont' really know what is required so let me know.
I saw it on the spring forum but that place is a ghost town. Several people have asked this question but there are no answers.
I am using Java Configuration for Spring and CTW.