spring-framework / org.springframework.aop.support / ExpressionPointcut

ExpressionPointcut

interface ExpressionPointcut : Pointcut

Interface to be implemented by pointcuts that use String expressions.

Author
Rob Harrop

Since
2.0

Functions

getExpression

abstract fun getExpression(): String

Return the String expression for this pointcut.

Inheritors

AbstractExpressionPointcut

abstract class AbstractExpressionPointcut : ExpressionPointcut, Serializable

Abstract superclass for expression pointcuts, offering location and expression properties.