JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.trino.annotation
Annotation Type UsedByGeneratedCode
@Target
({
TYPE
,
FIELD
,
METHOD
,
CONSTRUCTOR
})
public @interface
UsedByGeneratedCode
Annotates a program element that is (only) used by generated code. This can be used to prevent warnings about program elements that static analysis tools flag as unused.