()
| 164 | } |
| 165 | |
| 166 | @SuppressWarnings("unchecked") |
| 167 | static <T> BindingTargetVisitor<T, T> getInstanceVisitor() { |
| 168 | return (BindingTargetVisitor<T, T>) GET_INSTANCE_VISITOR; |
| 169 | } |
| 170 | |
| 171 | private static class ModuleInfo { |
| 172 | private final ModuleSource moduleSource; |
no outgoing calls