Skip to content

Commit

Permalink
Fixed @configurable documentation with respect to logging when the as…
Browse files Browse the repository at this point in the history
…pect hasn't been configured

Issue: SPR-10295
  • Loading branch information
jhoeller authored and unknown committed Feb 15, 2013
1 parent 81a929a commit f0787bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/docbook/aop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2969,8 +2969,8 @@ public class AppConfig {

<para>Instances of <interfacename>@Configurable</interfacename> objects
created <emphasis>before</emphasis> the aspect has been configured will
result in a warning being issued to the log and no configuration of the
object taking place. An example might be a bean in the Spring
result in a message being issued to the debug log and no configuration
of the object taking place. An example might be a bean in the Spring
configuration that creates domain objects when it is initialized by
Spring. In this case you can use the "depends-on" bean attribute to
manually specify that the bean depends on the configuration
Expand Down

0 comments on commit f0787bd

Please sign in to comment.