[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["ReflectionSupport.Level is an enum defining reflection support levels, with values `FULL` and `NATIVE_ONLY`. It inherits methods from `java.lang.Enum`, including `clone()`, `compareTo()`, `equals()`, `hashCode()`, `name()`, `ordinal()`, `toString()`, and `valueOf()`. Additionally, it inherits methods from `java.lang.Object`, like `getClass()`, `notify()`, and `wait()`, and implements `java.lang.Comparable`, with the abstract method `compareTo()`. The key action defined is to set the level of reflection support used.\n"]]