Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top