JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.google.j2objc.annotations
Annotation Type UsedByReflection
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
,
FIELD
})
public @interface
UsedByReflection
Annotation used for marking types, methods and fields that are called by reflection. Useful for keeping components that would otherwise be removed by tree_shaker.