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

File Place.java

 

Code metrics

0
0
0
1
9
7
0
-
-
0
-

Classes

Class Line # Actions
Place 6 0 - 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package net.technearts;
2   
3    import lombok.Data;
4   
5    @Data
 
6    public class Place {
7    private String description;
8    private Address address;
9    }