JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.erudika.para.core
com.erudika.para.core.annotations
Measured
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Measured
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Measured
Annotation that marks a method for interception by AOP. It's primarily used for collecting metrics.
Author:
Alex Bogdanovski [
[email protected]
]