#254 set retention policy of @Mapper to CLASS

This commit is contained in:
Andreas Gudian 2014-07-03 20:23:49 +02:00
parent be52a0b632
commit 644b5ef65a

View File

@ -32,7 +32,7 @@ import org.mapstruct.factory.Mappers;
* @author Gunnar Morling
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.CLASS)
public @interface Mapper {
/**