mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Consistent use of <pre class="code">
Issue: SPR-8108
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ package org.springframework.beans.factory.aspectj;
|
||||
*
|
||||
* The subaspect of this aspect doesn't need to include any AOP constructs.
|
||||
* For example, here is a subaspect that configures the {@code PricingStrategyClient} objects.
|
||||
* <pre>
|
||||
* <pre class="code">
|
||||
* aspect PricingStrategyDependencyInjectionAspect
|
||||
* extends GenericInterfaceDrivenDependencyInjectionAspect<PricingStrategyClient> {
|
||||
* private PricingStrategy pricingStrategy;
|
||||
|
||||
Reference in New Issue
Block a user