A C J L O R V W 

A

AutoreleasePool - Annotation Type in com.google.j2objc.annotations
Annotation that indicates the translator should inject an autorelease pool around the method body.

C

com.google.j2objc.annotations - package com.google.j2objc.annotations
 

J

J2ObjCIncompatible - Annotation Type in com.google.j2objc.annotations
Marks a declaration to be stripped by the J2ObjC translator prior to compilation.

L

LoopTranslation - Annotation Type in com.google.j2objc.annotations
Annotation that specifies how an enhanced for loop should be translated by the J2ObjC translator.
LoopTranslation.LoopStyle - Enum in com.google.j2objc.annotations
Enumerates the available translation options for enhanced for loops.

O

ObjectiveCName - Annotation Type in com.google.j2objc.annotations
Annotation that specifies what the Objective-C class, protocol, method, constructor or package declaration should be when translated.

R

ReflectionSupport - Annotation Type in com.google.j2objc.annotations
Annotation that specifies the level of reflection support for a particular class.
ReflectionSupport.Level - Enum in com.google.j2objc.annotations
Enumerates the available levels of reflection support.
RetainedLocalRef - Annotation Type in com.google.j2objc.annotations
Annotation that indicates a local variable should be retained outside of any subsequent AutoreleasePool use.

V

valueOf(String) - Static method in enum com.google.j2objc.annotations.LoopTranslation.LoopStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.j2objc.annotations.ReflectionSupport.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.j2objc.annotations.LoopTranslation.LoopStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.j2objc.annotations.ReflectionSupport.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

Weak - Annotation Type in com.google.j2objc.annotations
Annotation that indicates a variable has a weak relationship to its owner.
WeakOuter - Annotation Type in com.google.j2objc.annotations
Annotation that indicates an inner class has a weak relationship to its owning class.
A C J L O R V W 

Copyright © 2015. All rights reserved.