docs: data mapper docs (#2900)

This commit is contained in:
Ilkka Seppälä
2024-04-07 13:59:26 +03:00
committed by GitHub
parent ea55eb4e58
commit 39acd1d0fb
6 changed files with 111 additions and 140 deletions
@@ -24,6 +24,8 @@
*/
package com.iluwatar.datamapper;
import java.io.Serial;
/**
* Using Runtime Exception for avoiding dependency on implementation exceptions. This helps in
* decoupling.
@@ -32,6 +34,7 @@ package com.iluwatar.datamapper;
*/
public final class DataMapperException extends RuntimeException {
@Serial
private static final long serialVersionUID = 1L;
/**