mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#215 change RetentionPolicy to CLASS for @MapperConfig
This commit is contained in:
parent
fc2bd954c6
commit
7e9aab7cb4
@ -33,8 +33,8 @@ import org.mapstruct.factory.Mappers;
|
|||||||
*
|
*
|
||||||
* @author Sjaak Derksen
|
* @author Sjaak Derksen
|
||||||
*/
|
*/
|
||||||
@Target( { ElementType.TYPE } )
|
@Target(ElementType.TYPE)
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.CLASS)
|
||||||
public @interface MapperConfig {
|
public @interface MapperConfig {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user