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
@HttpExchange is currently only allowed at the class level for inheriting common attributes, but at the method level one has to choose one of the HTTP method specific shortcut annotations. We can allow it at the method level for custom HTTP methods, or less common ones like OPTIONS which won't need a dedicated shortcut.
The text was updated successfully, but these errors were encountered:
@HttpExchange
is currently only allowed at the class level for inheriting common attributes, but at the method level one has to choose one of the HTTP method specific shortcut annotations. We can allow it at the method level for custom HTTP methods, or less common ones like OPTIONS which won't need a dedicated shortcut.The text was updated successfully, but these errors were encountered: