This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Commit 125ae51 1 parent 537bb4a commit 125ae51 Copy full SHA for 125ae51
File tree 3 files changed +0
-7
lines changed
spring-aot/src/main/java/org/springframework/nativex/domain
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 20
20
import java .util .List ;
21
21
import java .util .function .Consumer ;
22
22
23
- import org .springframework .nativex .domain .init .InitializationDescriptor ;
24
- import org .springframework .nativex .domain .init .InitializationJsonMarshaller ;
25
-
26
23
/**
27
24
* https://github.com/oracle/graal/blob/master/substratevm/REFLECTION.md
28
25
*
Original file line number Diff line number Diff line change 19
19
import java .util .Set ;
20
20
import java .util .TreeSet ;
21
21
22
- import org .springframework .nativex .domain .proxies .ProxiesDescriptor ;
23
- import org .springframework .nativex .domain .proxies .ProxiesDescriptorJsonMarshaller ;
24
-
25
22
/**
26
23
* https://github.com/oracle/graal/blob/master/substratevm/RESOURCES.md
27
24
*
Original file line number Diff line number Diff line change 24
24
import java .io .OutputStream ;
25
25
import java .nio .charset .StandardCharsets ;
26
26
27
- import org .springframework .nativex .domain .proxies .ProxiesDescriptor ;
28
27
import org .springframework .nativex .json .JSONArray ;
29
28
import org .springframework .nativex .json .JSONObject ;
30
29
You can’t perform that action at this time.
0 commit comments