Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

jaxb2-value-constructor generates Java8 invalid JavaDoc #36

Description

@glassfishrobot

The JavaDoc of the value constructor that is generated by the org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0 does not contain any @PARAM declarations and therefore does not pass the doclint check that was introduced in Java 8.

The check can be easily disabled (see http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html) but the preferred solution would be to generate valid JavaDoc.

Environment

Java 8; Maven 3.2.3

Affected Versions

[current]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions