Package io.github.tkasozi.annotation
Annotation Interface TimeProfile
Annotation is used to mark methods
that trigger logging how long the method took to execute.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThis is the name that will show up as the type of the log on the UI Default value is TIME_PROFILE.This will also be the prefix given a custom value. e.g. TIME_PROFILE_XXX
- Returns:
- label.
- Default:
- "TIME_PROFILE"
-