ancient-vegetable-10556
11/10/2021, 6:18 PMexport
dependencies for Java dep inference — these are source dependencies that need to be inspected recursively to fulfil a complete type definition for the compiler. I may have some questions about the parsing code at some point, but I’m not certain there’s much to comment on just yet, unless you’ve spent any time thinking about it. (cc @witty-crayon-22786)fast-nail-55400
11/10/2021, 6:19 PMancient-vegetable-10556
11/10/2021, 6:21 PMJavaParser
; my guess here is that as a first pass, I’ll be marking supertypes, plus return types of `public`/`protected` methods as exports, which suspect is already supported, it just needs to be marked as an export typewitty-crayon-22786
11/10/2021, 6:24 PMancient-vegetable-10556
11/10/2021, 6:25 PMwitty-crayon-22786
11/10/2021, 6:27 PM