Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/matcher/
DMatchers.java339 return new InSubpackage(targetPackageName); in inSubpackage()
342 private static class InSubpackage extends AbstractMatcher<Class> implements Serializable { class in Matchers
345 public InSubpackage(String targetPackageName) { in InSubpackage() method in Matchers.InSubpackage
358 return other instanceof InSubpackage in equals()
359 && ((InSubpackage) other).targetPackageName.equals(targetPackageName); in equals()