to get a structure with all the @spec annotations from a given module. Since Elixir 1.7 this seems to return nil. What change could have affected this behavior? Where should I start looking?
We were using this to access and process @spec annotations when processing a module in a __using__ module.