org.springframework.config.java.annotation.aop.targetsource
Annotation Type HotSwappable


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface HotSwappable

Annotation indicating hot swappable beans. The beans created will be automatically wrapped with HotSwappableTargetSource.

Author:
Rod Johnson



Copyright � 2005-2008 Spring Framework. All Rights Reserved.