mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#784 Named should follow Qualifier strategy.
This commit is contained in:
parent
b7450da585
commit
d8402a7df2
@ -90,7 +90,7 @@ import java.lang.annotation.Target;
|
|||||||
* @see MapMapping#valueQualifiedByName()
|
* @see MapMapping#valueQualifiedByName()
|
||||||
*/
|
*/
|
||||||
@Target( { ElementType.TYPE, ElementType.METHOD } )
|
@Target( { ElementType.TYPE, ElementType.METHOD } )
|
||||||
@Retention( RetentionPolicy.RUNTIME )
|
@Retention( RetentionPolicy.CLASS )
|
||||||
@Qualifier
|
@Qualifier
|
||||||
public @interface Named {
|
public @interface Named {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user