Home
last modified time | relevance | path

Searched refs:ReflectionSupport (Results 1 – 9 of 9) sorted by relevance

/external/guava/android-annotation-stubs/
Dgen_annotations.sh14 com.google.j2objc.annotations.ReflectionSupport
28 f=$(dirname $0)/src/com/google/j2objc/annotations/ReflectionSupport.java
32 public @interface ReflectionSupport {
/external/guava/android/guava/src/com/google/common/util/concurrent/
DInterruptibleTask.java18 import com.google.j2objc.annotations.ReflectionSupport;
24 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
DAggregateFutureState.java22 import com.google.j2objc.annotations.ReflectionSupport;
39 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
DAbstractFuture.java30 import com.google.j2objc.annotations.ReflectionSupport;
69 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
/external/guava/guava/src/com/google/common/util/concurrent/
DInterruptibleTask.java18 import com.google.j2objc.annotations.ReflectionSupport;
24 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
DAtomicDouble.java22 import com.google.j2objc.annotations.ReflectionSupport;
55 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
DAggregateFutureState.java22 import com.google.j2objc.annotations.ReflectionSupport;
39 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
DAbstractFuture.java30 import com.google.j2objc.annotations.ReflectionSupport;
69 @ReflectionSupport(value = ReflectionSupport.Level.FULL)
/external/guava/android-annotation-stubs/src/com/google/j2objc/annotations/
DReflectionSupport.java36 public @interface ReflectionSupport { annotation