-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathproject.imports
40 lines (40 loc) · 890 Bytes
/
project.imports
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<configuration>
<imports>
<imports>
<import>
<type>java.lang.Number</type>
</import>
<import>
<type>java.lang.Boolean</type>
</import>
<import>
<type>java.lang.String</type>
</import>
<import>
<type>java.lang.Integer</type>
</import>
<import>
<type>java.lang.Double</type>
</import>
<import>
<type>java.util.List</type>
</import>
<import>
<type>java.util.Collection</type>
</import>
<import>
<type>java.util.ArrayList</type>
</import>
<import>
<type>java.time.LocalDate</type>
</import>
<import>
<type>java.time.LocalTime</type>
</import>
<import>
<type>java.time.LocalDateTime</type>
</import>
</imports>
</imports>
<version>1.0</version>
</configuration>