Searched refs:methodWithAnnotatedParameters (Results 1 – 2 of 2) sorted by relevance
48 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, in methodWithAnnotatedParameters() method in ExecutableParameterTest.MethodClass60 Method methodWithAnnotatedParameters = MethodClass.class.getMethod( in testMethodGetParameterAnnotations() local63 methodWithAnnotatedParameters, 2); in testMethodGetParameterAnnotations()
47 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, in methodWithAnnotatedParameters() method in AnnotatedElementParameterTest.MethodClass