From f6fe597c9888e138c95812cf7d1fcaeed9f66758 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Tue, 29 May 2012 01:05:11 +0300 Subject: [PATCH] Improving formatting --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 333496e9d..e5605e111 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,7 @@ Maple is just in its very beginnings. There are several ideas for further featur * Provide a way to access the underlying mapper in order to make use of advanced features not provided by the Maple API (similar to the `unwrap()` method of JPA etc.) * Provide a way to add custom mapping code in a very simple way: + @Mapper(extension=CarMapperCustomization.class) public interface CarMapper {