JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.annotation
UsedByGeneratedCode
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface UsedByGeneratedCode
@Keep
@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.