Class PointcutRule

java.lang.Object
com.aspectran.core.context.rule.PointcutRule

public class PointcutRule extends Object
Pointcut are expressions that is matched with join points to determine whether advice needs to be executed or not. Pointcut uses different kinds of expressions that are matched with the join points and Aspectran uses the Wildcard pattern matching expression.