문제

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