[[["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."],[],["The `LoopTranslation` annotation guides the J2ObjC translator on how to convert enhanced for loops. It allows specifying a `LoopStyle` for the translation, such as `JAVA_ITERATOR`. The `value()` method, which is part of this annotation, returns the chosen `LoopStyle`. Additionally, the `LoopTranslation` class has an inner enum called `LoopStyle` to specify translation options for the loops.\n"]]