Annotate @route for entry points
vajo3694 opened this issue · 3 comments
vajo3694 commented
/**
* @route /users
*/
class UserController extends AppController {
It might be super useful to have the entry point annotated here and add @route
to suppressed annotations instead of setting up every class and method in entry points config or annotate with @uses
...
dereuromark commented
How would that look like code wise for the annotator?
Deleted user commented
The annotator has no restrictions on the use of custom annotations.
It’s very frustrating suppress unused controllers and methods because they are the entry points.
And nowhere isn’t simple and quick solutions…
dereuromark commented
Feel free to make a PR