Uses of Class
com.google.j2objc.annotations.ReflectionSupport.Level
-
-
Uses of ReflectionSupport.Level in com.google.j2objc.annotations
Methods in com.google.j2objc.annotations that return ReflectionSupport.Level Modifier and Type Method Description ReflectionSupport.Level
value()
static ReflectionSupport.Level
ReflectionSupport.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReflectionSupport.Level[]
ReflectionSupport.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-