Interface PointcutParameter

All Known Implementing Classes:
PointcutParameterImpl

public interface PointcutParameter
Author:
colyer Represents a parameter in a pointcut expression. For example pointcut pc(String s) : .....; has a PointcutParameter of name "s" and type String.