Skip to content

Commit

Permalink
FIX: Fixing documentation to give real working examples of disabling …
Browse files Browse the repository at this point in the history
…auto wiring
  • Loading branch information
fcool committed Jun 19, 2020
1 parent 8dddd08 commit a4b3df7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1186,9 +1186,9 @@ the object configuration:
.. code-block:: yaml
MyCompany\MyPackage\MyObject:
autowiring: off
autowiring: false
Autowiring can also be switched off through the ``@autowiring off`` annotation - either
Autowiring can also be switched off through the ``@Flow\Autowiring(false)`` annotation - either
in the documentation block of a whole class or of a single method. For the latter the
annotation only has an effect when used in comment blocks of a constructor or of a method
whose name starts with ``inject``.
Expand Down

0 comments on commit a4b3df7

Please sign in to comment.