spring-framework / org.springframework.aop.framework.autoproxy.target / QuickTargetSourceCreator / <init>

<init>

QuickTargetSourceCreator()

Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types:

  • : CommonsPool2TargetSource
  • % ThreadLocalTargetSource
  • ! PrototypeTargetSource
  • Author
    Rod Johnson

    Author
    Stephane Nicoll

    See Also
    org.springframework.aop.target.CommonsPool2TargetSourceorg.springframework.aop.target.ThreadLocalTargetSourceorg.springframework.aop.target.PrototypeTargetSource