Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java107 Annotation[][] paramterAnnotations) { in forMember() argument
109 Iterator<Annotation[]> annotationsIterator = Arrays.asList(paramterAnnotations).iterator(); in forMember()