Package com.google.j2objc.annotations
Annotation Type LoopTranslation
Annotation that specifies how an enhanced for loop should be translated by
the J2ObjC translator.
Example usage:
for (@LoopTranslation(LoopStyle.JAVA_ITERATOR) Runnable r : tasks) { r.run(); }
- Author:
- Keith Stanger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumerates the available translation options for enhanced for loops. -
Required Element Summary
Required Elements
-
Element Details
-
value
-