1. 07 5月, 2011 2 次提交
    • C
      Rename AsyncConfigurer#get{+Async}Executor · 7e398f10
      Chris Beams 提交于
      7e398f10
    • C
      Introduce @EnableAsync · de50789c
      Chris Beams 提交于
      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
      de50789c