Interface MyUsageIntroduction

All Known Implementing Classes:
MyUsageIntroductionImpl

public interface MyUsageIntroduction
This is an example Introduction interface that will be assigned to a proxy that wraps an advised object. The interface is used to track the callers of the target object.
  • Method Details

    • getAllCalled

      List<String> getAllCalled()
    • addCalled

      void addCalled(String called)
    • clear

      void clear()