Home
last modified time | relevance | path

Searched defs:getAnnotatedAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/auto/common/src/main/java/com/google/auto/common/
DAnnotationMirrors.java162 public static ImmutableSet<AnnotationMirror> getAnnotatedAnnotations( in getAnnotatedAnnotations() method in AnnotationMirrors
175 public static ImmutableSet<AnnotationMirror> getAnnotatedAnnotations( in getAnnotatedAnnotations() method in AnnotationMirrors
187 public static ImmutableSet<AnnotationMirror> getAnnotatedAnnotations( in getAnnotatedAnnotations() method in AnnotationMirrors
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationMirrorsTest.java281 public void getAnnotatedAnnotations() { in getAnnotatedAnnotations() method in AnnotationMirrorsTest
/external/dagger2/java/dagger/internal/codegen/xprocessing/
DXElements.java272 public static ImmutableSet<XAnnotation> getAnnotatedAnnotations( in getAnnotatedAnnotations() method in XElements