mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#474 type in BeanMapping annotation
This commit is contained in:
parent
9fb2e6881c
commit
b7e1388e0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user