All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.custardsource.parfait.spring.Profiled Maven / Gradle / Ivy

Go to download

Library enabling parfait timing collection around Spring beans using Spring AOP

There is a newer version: 0.3.11
Show newest version
package com.custardsource.parfait.spring;

import java.lang.annotation.*;

@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface Profiled {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy