1. Project Clover database Sun May 19 2019 23:30:46 BRT
  2. Package net.technearts

File Mappings.java

 

Code metrics

0
0
0
1
10
7
0
-
-
0
-

Classes

Class Line # Actions
Mappings 8 0 - 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package net.technearts;
2   
3    import java.util.List;
4   
5    import lombok.Data;
6   
7    @Data
 
8    public class Mappings {
9    private List<Mapping> mappings;
10    }