Home
last modified time | relevance | path

Searched defs:paramAnnotations (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedWithParams.java29 …WithParams(TypeResolutionContext ctxt, AnnotationMap annotations, AnnotationMap[] paramAnnotations) in AnnotatedWithParams()
38 protected AnnotatedWithParams(AnnotatedWithParams base, AnnotationMap[] paramAnnotations) { in AnnotatedWithParams()
DAnnotatedMethod.java35 AnnotationMap classAnn, AnnotationMap[] paramAnnotations) in AnnotatedMethod()
/external/javassist/src/test/scoped/
DScopedRepositoryTestCase.java212 Object[] paramAnnotations = method.getParameterAnnotations(); in getMethodParameterAnnotations() local
229 Object[] paramAnnotations = constructor.getParameterAnnotations(); in getConstructorParameterAnnotations() local
/external/nullaway/jar-infer/jar-infer-lib/src/test/java/com/uber/nullaway/jarinfer/
DAnnotationChecker.java115 List<AnnotationNode>[] paramAnnotations = method.visibleParameterAnnotations; in checkMethodAnnotationsInClass() local
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java281 Annotation[][] paramAnnotations = method.getParameterAnnotations(); in FactoryProvider2() local
585 Annotation[][] paramAnnotations = constructor.getParameterAnnotations(); in constructorHasMatchingParams() local
/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
DReflectorClassWriter.java611 Annotation[][] paramAnnotations = iMethod.getParameterAnnotations(); in resolveParamTypes() local
/external/turbine/java/com/google/turbine/lower/
DLower.java394 ImmutableList<ImmutableList<AnnotationInfo>> paramAnnotations = parameterAnnotations(m); in lowerMethod() local