diff --git a/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java b/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java index 4e81980e4f9..3c3488c8a90 100644 --- a/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java +++ b/src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java @@ -23,6 +23,7 @@ /** * The marker annotation that indicate a constructor for automatic mapping. +======= * *
* How to use: