This tells the accessor to automatically dereference the value of this
attribute when called in list context. The accessor will still return a
-reference when called in scalar context. This is only legal if your C<isa>
-option is either C<ArrayRef> or C<HashRef>.
+reference when called in scalar context. If this behavior isn't desirable,
+L<Moose::Meta::Attribute::Native::Trait::Array/elements> or
+L<Moose::Meta::Attribute::Native::Trait::Hash/elements> may be a better
+choice. The I<auto_deref> option is only legal if your I<isa> option is
+either C<ArrayRef> or C<HashRef>.
=item I<trigger =E<gt> $code>