In this case ```java class A { String name; } @Mapping(target="name", defaultValue="") A cloneA(A s); ``` the string after defaultValue shows redundant warning. In this case, it stands for empty string if `s.name` is null.