1

I am running in to a problem trying to use Intellij to import the lagom-java seed code. I create the project with activator new. Then I follow instructions for setting up annotation processing here https://immutables.github.io/apt.html#intellij-idea and the additional steps from here http://www.lagomframework.com/documentation/1.1.x/java/ImmutablesInIDEs.html After this, most everything is resolved except for the namedCall, pathCall etc methods. Any idea what I could be missing? Thanks in advance.

4

1 回答 1

2

这是 IntelliJ 的 Java 8 支持中的一个错误,他们仍然没有完全正确地进行类型推断。它也发生在我身上,它与不可变对象完全无关。

随着 Java 变得更加复杂的类型推断,Java 开发人员将不得不更加容忍在他们的 IDE 中看到红色。使用 Scala 多年,我什至不再注意到我的 IDE 中的红色。

于 2016-10-25T22:05:50.143 回答