HomeSort by relevance Sort by last modified time
    Searched full:retention (Results 201 - 225 of 1335) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava/src/com/google/common/collect/
GwtTransient.java 25 import java.lang.annotation.Retention;
35 @Retention(RUNTIME)
  /external/guava/guava/src/com/google/common/eventbus/
AllowConcurrentEvents.java 22 import java.lang.annotation.Retention;
37 @Retention(RetentionPolicy.RUNTIME)
Subscribe.java 22 import java.lang.annotation.Retention;
41 @Retention(RetentionPolicy.RUNTIME)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java 22 import java.lang.annotation.Retention;
40 @Retention(value = RetentionPolicy.RUNTIME)
  /external/guice/core/src/com/google/inject/
Exposed.java 23 import java.lang.annotation.Retention;
33 @Target(ElementType.METHOD) @Retention(RUNTIME) @Documented
ImplementedBy.java 22 import java.lang.annotation.Retention;
30 @Retention(RUNTIME)
ProvidedBy.java 22 import java.lang.annotation.Retention;
30 @Retention(RUNTIME)
Provides.java 23 import java.lang.annotation.Retention;
33 @Documented @Target(METHOD) @Retention(RUNTIME)
Singleton.java 22 import java.lang.annotation.Retention;
32 @Retention(RUNTIME)
  /external/guice/core/src/com/google/inject/name/
Named.java 24 import java.lang.annotation.Retention;
32 @Retention(RUNTIME)
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
Driver.java 24 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
Inventor.java 24 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
Nuclear.java 24 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
Renewable.java 24 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
Used.java 24 import java.lang.annotation.Retention;
27 @Retention(RUNTIME)
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
ClassMapKey.java 23 import java.lang.annotation.Retention;
34 @Retention(RUNTIME)
Element.java 24 import java.lang.annotation.Retention;
33 @Retention(RUNTIME) @BindingAnnotation
StringMapKey.java 23 import java.lang.annotation.Retention;
34 @Retention(RUNTIME)
  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
FirstResult.java 20 import java.lang.annotation.Retention;
32 @Retention(RetentionPolicy.RUNTIME)
MaxResults.java 20 import java.lang.annotation.Retention;
32 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
RequestParameters.java 24 import java.lang.annotation.Retention;
33 @Retention(RUNTIME)
RequestScoped.java 22 import java.lang.annotation.Retention;
32 @Retention(RetentionPolicy.RUNTIME)
ScopingOnly.java 24 import java.lang.annotation.Retention;
34 @Retention(RUNTIME)
SessionScoped.java 22 import java.lang.annotation.Retention;
33 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingInject.java 25 import java.lang.annotation.Retention;
40 @Retention(RUNTIME)

Completed in 301 milliseconds

1 2 3 4 5 6 7 891011>>