org.springframework.aop
Interface Aspect


public interface Aspect

Object containing multiple interceptors and pointcuts (advisor) together making up the modularization of an Aspect. Not currently used.

Author:
Rod Johnson
Version: $Id: Aspect.java,v 1.4 2003/11/21 22:45:09 jhoeller Exp $
Since: 04-Apr-2003

Method Summary
 Advisor[]getAdvisors()
          Must not return the empty array or null

Method Detail

getAdvisors

public Advisor[] getAdvisors()
Must not return the empty array or null