Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Readd support for @HeaderParam Annotation #65

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

konradjurk
Copy link

  • Removed javax.ws.rs.HeaderParam out of the
    DocletOptions.excludeAnnotationClasses list
  • Added handling in AnnotationHelper.paramTypeOf() &
    AnnotationHelper.paramNameOf()

DocletOptions.excludeAnnotationClasses list
- Added handling in AnnotationHelper.paramTypeOf() &
AnnotationHelper.paramNameOf()
officially accepted, into the acrolinx documentation version.

jkovacs@f8b38ae
captured in any Http mehod and not only in POST methods. This behaviour
of the original implementation made some developers falsely think, that
the API documentation is not up-to-date. It was! But some parameters
were invisible.
- @Auth parameters are no longer shown as BodyParam. Instead, they will
be correctly detected as a parameter of the type "auth".
pukkaone pushed a commit to pukkaone/jaxrs-doclet that referenced this pull request Oct 29, 2016
…-support

Support the overriden methods respecting superclass methods annotations.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant