hoegertn / restdoc-java-server

Java Server implementation of RestDoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restdoc annotations should be separated from restdoc-server

koppor opened this issue · comments

When using RestDoc in a project, I'm using it as developer's documentation without the server support. A tool could also generate HTML files out of the annotated java classes. Currently, the annotations are provided by the restdoc-server-impl maven artifact. I would suggest to move the annotations to a separate project restdoc-api / restdoc-annotations.

Already done. See http://search.maven.org/#browse|1612293684.

Possibly, the real issue is that I'm missing an equivalent for org.restdoc.server.impl.annotations.RestDocParam there: org.restdoc.api.RestDocParam does not exist in the 1.2.0 jar.

RestDoc API is only the RestDoc meta model in Java. I will check separating the annotations from the implementation

Annotations will be moved to restdoc-api