org.springframework.config.java.annotation.aop
Annotation Type SpringAdvisor


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

Additional annotation to be added to Bean annotation to mark an advisor. An advisor will typically be a hidden bean.

Author:
Rod Johnson
See Also:
Bean



Copyright © 2005-2007 Spring Framework. All Rights Reserved.