Files
spring-framework/org.springframework.aspects
Chris Beams de50789cb6 Introduce @EnableAsync
Introduce @EnableAsync#order

AsyncAnnotationBeanPostProcessor's 'order' property is now mutable;
@EnableAsync's 'order()' attribute allows for setting it, but must
have a default value, thus uses the new Ordered#NOT_ORDERED
constant - a reserved negative number very unlikely to be otherwise
used that may be interpreted as 'not ordered', useful in annotation
defaulting scenarios where null is not an option.

Introduce first working cut of AsyncConfiguration

Remove AsyncCapability
2011-05-06 19:08:53 +00:00
..
2011-05-06 19:08:53 +00:00
2010-02-04 11:46:21 +00:00
2011-05-06 19:08:53 +00:00
2010-11-15 16:54:12 +00:00
2011-05-06 19:08:53 +00:00