joffrey-bion / livedoc

A not-so-annotation-based documentation generator for REST and websocket services
MIT License
4 stars 2 forks source link

Move annotations to own jar/lib #33

Closed ST-DDT closed 7 years ago

ST-DDT commented 7 years ago

It would be nice if you could move the annotation to their own jar/lib.

Because we also have a separate jar for the dto classes, it is bothersome to add the core package as dependency and exclude all of its dependencies.

Annotations are optional thus it is not necessary to be present on the classpath during runtime.

deps dot

joffrey-bion commented 7 years ago

Thanks for the proposition, it looks like some projects could benefit from it indeed. I'll probably perform this separation tonight or tomorrow.