HomeSort by relevance Sort by last modified time
    Searched refs:AnnotatedWith (Results 1 - 7 of 7) sorted by null

  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 107 public static Matcher<AnnotatedElement> annotatedWith(
135 return "annotatedWith(" + annotationType.getSimpleName() + ".class)";
145 public static Matcher<AnnotatedElement> annotatedWith(
147 return new AnnotatedWith(annotation);
150 private static class AnnotatedWith extends AbstractMatcher<AnnotatedElement>
154 public AnnotatedWith(Annotation annotation) {
165 return other instanceof AnnotatedWith
166 && ((AnnotatedWith) other).annotation.equals(annotation);
174 return "annotatedWith(" + annotation + ")";
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 123 milliseconds