The closest thing I think of to Java reflection is the __info__/1 (Module — Elixir v1.8.1) function defined on each module. It lets you find out what function/arity are exported by each module, plus other metadata.
The closest thing I think of to Java reflection is the __info__/1 (Module — Elixir v1.8.1) function defined on each module. It lets you find out what function/arity are exported by each module, plus other metadata.