@Target(value=TYPE) @Retention(value=CLASS) @Documented public @interface Profile
Injects conditional profiler call at start of begin()
and before any exit
point in end()
.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends ArtemisProfiler> |
using |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled |
public abstract Class<? extends ArtemisProfiler> using
Copyright © 2019. All rights reserved.