com.custardsource.parfait.spring.AdvisedAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parfait-spring Show documentation
Show all versions of parfait-spring Show documentation
Library enabling parfait timing collection around Spring beans using Spring AOP
package com.custardsource.parfait.spring;
public interface AdvisedAware {
public void addAdvised(Object advised, String name);
public String getName();
}