META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com/android/annotations/
com/android/annotations/NonNull.class
NonNull.java package com.android.annotations public abstract annotation com.android.annotations.NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/NonNullByDefault.class
NonNullByDefault.java package com.android.annotations public abstract annotation com.android.annotations.NonNullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/Nullable.class
Nullable.java package com.android.annotations public abstract annotation com.android.annotations.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/TestOnly.class
TestOnly.java package com.android.annotations public abstract annotation com.android.annotations.TestOnly extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/Trace.class
Trace.java package com.android.annotations public abstract annotation com.android.annotations.Trace extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/VisibleForTesting$Visibility.class
VisibleForTesting.java package com.android.annotations public final enum com.android.annotations.VisibleForTesting$Visibility extends java.lang.Enum { public static final enum com.android.annotations.VisibleForTesting$Visibility PROTECTED public static final enum com.android.annotations.VisibleForTesting$Visibility PACKAGE public static final enum com.android.annotations.VisibleForTesting$Visibility PRIVATE private static final synthetic com.android.annotations.VisibleForTesting$Visibility[] $VALUES public static com.android.annotations.VisibleForTesting$Visibility[] values () public static com.android.annotations.VisibleForTesting$Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.annotations.VisibleForTesting$Visibility[] $values () static void <clinit> () }
com/android/annotations/VisibleForTesting.class
VisibleForTesting.java package com.android.annotations public abstract annotation com.android.annotations.VisibleForTesting extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.android.annotations.VisibleForTesting$Visibility visibility () }
com/android/annotations/concurrency/
com/android/annotations/concurrency/AnyThread.class
AnyThread.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.AnyThread extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/concurrency/GuardedBy.class
GuardedBy.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/android/annotations/concurrency/Immutable.class
Immutable.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.Immutable extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/concurrency/Slow.class
Slow.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.Slow extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/concurrency/UiThread.class
UiThread.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.UiThread extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/annotations/concurrency/WorkerThread.class
WorkerThread.java package com.android.annotations.concurrency public abstract annotation com.android.annotations.concurrency.WorkerThread extends java.lang.Object implements java.lang.annotation.Annotation { }