We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca45620 commit 35d0edbCopy full SHA for 35d0edb
lib/elixir/lib/module.ex
@@ -474,7 +474,8 @@ defmodule Module do
474
When registering an attribute, two options can be given:
475
476
* `:accumulate` - Several calls to the same attribute will
477
- accumulate instead of override the previous one;
+ accumulate instead of override the previous one. New attributes
478
+ are always added to the top of the accumulated list.
479
480
* `:persist` - The attribute will be persisted in the Erlang
481
Abstract Format. Useful when interfacing with Erlang libraries.
0 commit comments