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


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

Annotation containing the pointcut for a Spring advice. This can either contain an AspectJ expression or a value.

Author:
Rod Johnson

Optional Element Summary
 boolean matchAll
          If this is true, the value will be discarded
 java.lang.String value
          AspectJ pointcut expression value
 

value

public abstract java.lang.String value
AspectJ pointcut expression value

Returns:
Default:
""

matchAll

public abstract boolean matchAll
If this is true, the value will be discarded

Returns:
Default:
false


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