mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Fix typos (SPR-7339)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3536 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
@@ -38,7 +38,7 @@ public class PetStoreImpl implements PetStoreFacade, OrderService {</programlist
|
||||
from program source code, some important enterprise settings - notably
|
||||
transaction characteristics - arguably belong in program source.</para>
|
||||
|
||||
<para>Spring uses Java 5 annotations thoughout the framework and across a
|
||||
<para>Spring uses Java 5 annotations throughout the framework and across a
|
||||
wide range of features such as DI, MVC, and AOP and supports standardized
|
||||
annotations such as @PreDestroy and @PostConstruct specified by JSR-250, and
|
||||
@Inject specified by JSR-330. This chapter describes the @Required annotation
|
||||
|
||||
Reference in New Issue
Block a user