HomeSort by relevance Sort by last modified time
    Searched defs:annotation (Results 176 - 200 of 1147) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Messaging/src/com/android/messaging/annotation/
VisibleForAnimation.java 16 package com.android.messaging.annotation;
19 * An annotation for class members that are made visible for Android's ObjectAnimator to work
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/suitebuilder/annotation/
LargeTest.java 17 package android.test.suitebuilder.annotation;
20 * This is a compatibility class that aims at emulating the LargeTest annotation from the
  /prebuilts/maven_repo/android/com/android/support/support-annotations/19.1.0/
support-annotations-19.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/20.0.0/
support-annotations-20.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.0/
support-annotations-21.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.2/
support-annotations-21.0.2.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.0.0/
support-annotations-22.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.1.0/
support-annotations-22.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.1.1/
support-annotations-22.1.1.jar 
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.1/
support-annotations-23.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.0/
support-annotations-22.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.1/
support-annotations-22.2.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.0/
support-annotations-23.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.1/
support-annotations-23.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.0/
support-annotations-23.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.0/
support-annotations-23.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.1/
support-annotations-23.2.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.3.0/
support-annotations-23.3.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.4.0/
support-annotations-23.4.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0-alpha1/
support-annotations-24.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0-alpha2/
support-annotations-24.0.0-alpha2.jar 
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnull.java 1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifier;
8 import javax.annotation.meta.TypeQualifierValidator;
9 import javax.annotation.meta.When;
Syntax.java 1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifier;
8 import javax.annotation.meta.When;
11 * This annotation a value that is of a particular syntax, such as Java syntax
24 * Value indicating the particular syntax denoted by this annotation.
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java 1 package javax.annotation.meta;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
10 * This qualifier is applied to an annotation to denote that the annotation
22 * annotation can also be applied to the corresponding primitive numeric

Completed in 613 milliseconds

1 2 3 4 5 6 78 91011>>