@Inherited @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Traceable
Tracing got more details.| Modifier and Type | Optional Element and Description |
|---|---|
String |
description |
String |
name
An optional name to identify a method in the Server-Timing response header.
|
public abstract String name
Helpful to avoid showing internal method names to public or to distinguish between methods with similar names.
public abstract String description
Copyright © 2022. All rights reserved.