Using the icepick library with Eclipse requires configuration of the annotation processor. What libraries need to be added to the factory path so that there are no compilation errors and icepick processes your classes?

有帮助吗?

解决方案

As stated on https://github.com/frankiesardo/icepick/issues/17

You'll need to add icepick, icepick-processor, and guava to your Factory Path.

This looks like this in my Eclipse Preferences for a project using IcePick enter image description here

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top