67ca7b78c4
Make 'Callable' message of descriptors.proto extensible, extend it in java_descriptors.proto with a JVM signature of the member. This is needed in order for annotation deserializer to find out which member in the compiled bytecode corresponds to which descriptor in the hierarchy. Create a new module 'serialization.java' containing everything related to Java-specific serialization of descriptors. Add an extension point to DescriptorSerializer, allowing to perform platform-specific serialization on a callable
20 lines
885 B
XML
20 lines
885 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="frontend" />
|
|
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
|
|
<orderEntry type="module" module-name="util" exported="" />
|
|
<orderEntry type="module" module-name="runtime" />
|
|
<orderEntry type="library" name="javax.inject" level="project" />
|
|
<orderEntry type="module" module-name="serialization" />
|
|
<orderEntry type="module" module-name="serialization.java" />
|
|
</component>
|
|
</module>
|
|
|