Validation for CheckedExceptions in @Inject methods
Closed this issue · 0 comments
thsaravana commented
If a method annotated with @Inject
throws a checked exception, show the error highlight with this message: "Methods with @Inject may not throw checked exceptions. Please wrap your exceptions in a RuntimeException instead."