minor cleanup
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user