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.Levelvalue()static ReflectionSupport.LevelReflectionSupport.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.
-