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
|
||||
*/
|
||||
@Target( { ElementType.TYPE } )
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
public @interface MapperConfig {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user