JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
io.vertigo.core.analytics.trace
Annotation Interface Trace
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
Trace
Annotation for the analytics Aspect.
Author:
mlaroche
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
category
The category where the traced process will be stored.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
The name of the process being traced.
Element Details
category
String
category
The category where the traced process will be stored.
Returns:
the category of the process
name
String
name
The name of the process being traced.
Returns:
name of process
Default:
""