interface ExpressionPointcut : Pointcut
Interface to be implemented by pointcuts that use String expressions.
Author
Rob Harrop
Since
2.0
abstract fun getExpression(): String
Return the String expression for this pointcut. |
abstract class AbstractExpressionPointcut : ExpressionPointcut, Serializable
Abstract superclass for expression pointcuts, offering location and expression properties. |