minor cleanup

This commit is contained in:
Mark Pollack
2009-06-16 02:37:19 +00:00
parent 444378c426
commit 7b1ff5859e
6 changed files with 74 additions and 65 deletions

View File

@@ -38,12 +38,12 @@ 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 custom Java 5 annotations thoughout the framework across
a wide range of features such as DI, MVC, and AOP and supports JEE
standard annotations such as @PreDestroy and @PostConstruct defined by
JSR-250. This chapter describes the @Required attribute and provides links
to other parts the documentation where the various attributes are
described in more detail.</para>
<para>Spring uses Java 5 annotations thoughout the framework across a wide
range of features such as DI, MVC, and AOP and supports JEE standard
annotations such as @PreDestroy and @PostConstruct defined by JSR-250.
This chapter describes the @Required attribute and provides links to other
parts the documentation where the various attributes are described in more
detail.</para>
</section>
<section id="metadata-annotations">