joffrey-bion / livedoc

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

Remove @ApiVisibility feature #74

Closed joffrey-bion closed 6 years ago

joffrey-bion commented 6 years ago

I don't understand the point in defining the public/private visibility of API, methods and fields. In practice, methods/fields accessibility is defined with some sort of security framework, and the roles go deeper than just public/private.