Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/main/asciidoc/specialization.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ Since we're informing the container that our alternative bean is meant
to stand in as a replacement for the default implementation, the
alternative implementation automatically inherits all qualifiers of the
default implementation. Thus, in our example,
`MockCreditCardPaymentProcessor` inherits the qualifiers `@Default` and
`@CreditCard`.
`MockCreditCardPaymentProcessor` inherits the qualifier `@CreditCard`.

Furthermore, if the default implementation declares a bean EL name using
`@Named`, the name is inherited by the specializing alternative bean.