public interface

IntroductionInfo

org.springframework.aop.IntroductionInfo
Known Indirect Subclasses

Class Overview

Interface supplying the information necessary to describe an introduction.

IntroductionAdvisors must implement this interface. If an org.aopalliance.aop.Advice implements this, it may be used as an introduction without an IntroductionAdvisor. In this case, the advice is self-describing, providing not only the necessary behavior, but describing the interfaces it introduces.

Summary

Public Methods
abstract Class[] getInterfaces()
Return the additional interfaces introduced by this Advisor or Advice.

Public Methods

public abstract Class[] getInterfaces ()

Return the additional interfaces introduced by this Advisor or Advice.

Returns
  • the introduced interfaces