I have a quick question, which I can't find much of an answer to on google.

Some areas of our code use the RolesAllowed annotation: RolesAllowed (Java(TM) EE 7 Specification APIs)
As with most things, when you generate the javadoc pages, links to standard classes are added when able. The problem we have is that those links seem to point to the Java SE Documentation, but the RolesAllowed documentation is found in Java EE, so the default link takes us to a 404.
I would assume there is a way to fix that, and I would assume that would require editing some sort of settings file for the document generation, but I have no idea where I would find that settings file, or what I would edit when I did find it.

Does anyone know what I should do? Or, at the very least, does anyone know of a similar situation which they can point me to as an avenue of investigation?