I cannot figure out how to use mapstruct 1.3 with Google's @AutoValue. I'm trying to do it on Android, but I doubt that is related to my issues. Are there any documentation on this or examples? I've posted in the maptruct issues regarding lack of documentation.
AutoValue builds an immutable bean, and the builder is created via a method I supply, MyDto.builder(), which returns new AutoValue_MyDto.Builder()