JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.troy.capstone.annotations
Generated
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Generated
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
})
public @interface
Generated
This annotation marks code as generated, making Jacoco test coverage ignore it. Algorithm was sourced from [1] and then modified.