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
In java 8 annotations are optional and if at runtime annotation class is not found, then no errors are occurs. So we can rewrite restler to read annotations from byte code and suggest users to use provided scope of spring-mvc dependency in module with controllers
We can read annotations directly from bytecode without class loading, so we should remove dependency to spring to avoid conflicts
The text was updated successfully, but these errors were encountered: