We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a957c commit fe03299Copy full SHA for fe03299
1 file changed
manual/object_mapper/using/README.md
@@ -192,8 +192,8 @@ public interface UserAccessor {
192
}
193
```
194
195
-The `MappingManager` can then process this class and generate an
196
-implementation:
+The `MappingManager` can then process this interface and automatically generate an
+implementation for it:
197
198
```java
199
UserAccessor userAccessor = manager.createAccessor(UserAccessor.class);
0 commit comments