The Behaviour module is deprecated. Callbacks may now be defined directly via the @callback attribute
Module
Behaviour
5 changes across 4 versions
Changes by version
The module Behaviour is deprecated. Instead of defcallback, one can simply use @callback. Instead of defmacrocallback, one can simply use @macrocallback
Do not compile behaviour docs if docs are disabled on compilation
Add support for defmacrocallback/1
Ensure callbacks are stored in the definition order