Searched defs:includedModules (Results 1 – 2 of 2) sorted by relevance
233 private ImmutableSet<XTypeElement> includedModules(ModuleDescriptor moduleDescriptor) { in includedModules() method in ModuleDescriptor.Factory239 Set<XTypeElement> includedModules, XTypeElement moduleElement) { in collectIncludedModules()
61 static AnnotationSpec module(ClassName... includedModules) { in module()