Rohan Maity
08/23/2020, 10:19 AMMap<String,My_Info_Class>
during annotation processing. So Map is created during compile time. Is there any way I could access the same Map object
I created in Different module ?Zach Klippenstein (he/him) [MOD]
08/23/2020, 11:54 AMRohan Maity
08/23/2020, 11:56 AMHashMap<String,ArrayList<DataClass>>
Rohan Maity
08/23/2020, 11:57 AMZach Klippenstein (he/him) [MOD]
08/23/2020, 12:03 PMRohan Maity
08/23/2020, 12:22 PMRohan Maity
08/23/2020, 12:22 PMRohan Maity
08/23/2020, 12:23 PMZach Klippenstein (he/him) [MOD]
08/23/2020, 1:30 PMRohan Maity
08/23/2020, 1:46 PMRohan Maity
08/23/2020, 1:47 PMTunnelCompiler
which makes the in memory Map and I want to access the map in Tunnel
ModuleZach Klippenstein (he/him) [MOD]
08/23/2020, 1:54 PMTunnel
is a module that is processed by TunnelCompiler
?Rohan Maity
08/23/2020, 1:56 PMMAP
and Tunnel just wants to use the ResultantMap
Rohan Maity
08/23/2020, 1:58 PMTunnel
is main module that is exposed as Library to client AppZach Klippenstein (he/him) [MOD]
08/23/2020, 2:07 PMTunnel
a module that is expected to be included as a runtime dependency by code that is processed by TunnelCompiler
? I'm trying to understand how the modules are related.Rohan Maity
08/23/2020, 2:12 PMRohan Maity
08/23/2020, 2:12 PMTunnelCompiler
Zach Klippenstein (he/him) [MOD]
08/23/2020, 4:11 PMRohan Maity
08/23/2020, 4:14 PMRohan Maity
08/23/2020, 4:14 PM