質問

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