You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue seems like an issue due to the unwrapping behavior of decorators. DocService unwraps decorators to retrieve the innermost service which can then be parsed and exposed in our documentation service.
I think defining the unwrap behavior for your decorator can be a workaround:
Regardless of the workaround above, we should probably fix our implementation so that we can unwrap decorators to retrieve the annotated service regardless of how users have defined their decorators.
Following the tutorial I created a custom annotation for permission management:
When I apply the annotation at the method, eg:
this is no longer displayed in the generated doc.
The text was updated successfully, but these errors were encountered: