hoegertn / restdoc-java-server

Java Server implementation of RestDoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package for @RestDoc

koppor opened this issue · comments

I'm starting to document my classes with RestDoc. It seems, that the annotations come from the package org.restdoc.server.impl.annotations. Why isn't a more generic package name like org.restdoc.java.annotations used? This package could be used independently from the server, e.g. by a separte RestDoc generator project, which could output RestDoc without the need of a server.

Is it possible to have that as separate project? Similar to the -api package of JAX-RS?