#474 type in BeanMapping annotation

This commit is contained in:
sjaakd 2015-03-01 20:16:23 +01:00
parent 9fb2e6881c
commit b7e1388e0f

View File

@ -27,7 +27,7 @@ import java.lang.annotation.Target;
/**
* Configures the mapping between two bean types.
* <p>
* Either {@link #resultType()} , {@link #qualifiedBy()} or {@link #qualifiedBy()}must be specified.
* Either {@link #resultType()} , {@link #qualifiedBy()} or {@link #nullValueMappingStrategy()} must be specified.
* </p>
*
* @author Sjaak Derksen