@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TraceMethod
If the annotation is present, the first character of the method will be used as the symbol of the method.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
displayTitle
Allows to display the title of the method if the precedent log
isn't from this method.
|
boolean |
displayTitleIfLast
if set to true, it will display the title of the method if the
logs are currently displayed from this method
|
char |
symbol
Overwrites the default symbol
|
java.lang.String |
title
Overwrites the method name as the title
|
public abstract char symbol
public abstract java.lang.String title