JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
com.google.j2objc.annotations
UsedByNative
Contents
Description
Hide sidebar
Show sidebar
Annotation Type UsedByNative
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
,
FIELD
})
public @interface
UsedByNative
Annotation used for marking types, methods and fields that are called from native code. Useful for keeping components that would otherwise be removed by tree_shaker.