#748 Add note that the passed parameter to MappingTarget must not be null

This commit is contained in:
Filip Hrisafov 2017-08-16 22:19:49 +02:00
parent d0bd0a2fdf
commit 2f4cf7c905

View File

@ -27,6 +27,8 @@ import java.lang.annotation.Target;
* Declares a parameter of a mapping method to be the target of the mapping.
* <p>
* Not more than one parameter can be declared as {@code MappingTarget}.
* <p>
* <b>NOTE:</b> The parameter passed as a mapping target <b>must</b> not be {@code null}.
*
* @author Andreas Gudian
*/