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
@get @path("bla")
public void somePath(@context RouteDefinition definition) {
}
The injected Context RouteDefinition is from current RoutingContext not from actual definition when path was registered. Therefore missing some essential definition parts (like @ApplicationPath)