There is some documentation about IDE integration directly on Immutable web. Unfortunately none of proposed approaches works.
Fortunately there is Gradle plugin gradle-processors. Usage is deadly simple:
(Please not usage of processor instead of compile in dependencies)
That’s it! Just do gradle eclipse and restart Eclipse.