Alexey Valikov
Alexey Valikov
Maybe you're right and `parent` is not initialized correctly. But still, the plugin works so far. :) So probably this `parent` is not used much.
Well, the runtime-library-based equals wasn't developed for fun. (Well, it was but that's not what I'm trying to say.) The problem is that JAXBElement does not implement equals. The only...
Please try the latest 0.9.4.
Reproduced. See also: http://stackoverflow.com/questions/26314151/how-to-implement-unified-logging-for-a-maven-ant-command-line-tool
See also: http://jira.highsource.org/browse/JIIB-56
NB: http://stackoverflow.com/questions/3567413/why-doesnt-a-missing-annotation-cause-a-classnotfoundexception-at-runtime
@Stephan202 I think this would be a good feature.
Planned for [`0.10.0`](https://github.com/highsource/jaxb2-basics/releases/edit/untagged-dbeacd2d8671bf8f3d83). [Documentation](https://github.com/highsource/jaxb2-basics/wiki/JSR-305-Support) (TBD).
(1) should be no big deal, feel free to ask if something is `@Nullable` or `@Nonnull`. (2) the `-Xjsr305` switch is OK, should enable JSR-305 for JAXB2-Basics plugin. We could...
@Stephan202 1:M mapping in plugins will work somehow. I'm not yet quite sure how, but I'll get it done. I understand your point with the cross-cutting concern etc., this is...