org.aopalliance.aop
Interface AspectElement

All Known Subinterfaces:
Advice, Introduction

public interface AspectElement

An aspect element is part of an aspect's implementation.


Method Summary
 Pointcut getPointcut()
          This method returns the owning pointcut.
 

Method Detail

getPointcut

public Pointcut getPointcut()
This method returns the owning pointcut.