Searched refs:methodWithoutAnnotatedParameters (Results 1 – 2 of 2) sorted by relevance
46 public void methodWithoutAnnotatedParameters(String parameter1, String parameter2) {} in methodWithoutAnnotatedParameters() method in ExecutableParameterTest.MethodClass53 Method methodWithoutAnnotatedParameters = MethodClass.class.getMethod( in testMethodGetParameterAnnotations() local56 methodWithoutAnnotatedParameters, 2); in testMethodGetParameterAnnotations()
45 public void methodWithoutAnnotatedParameters(String parameter1, String parameter2) {} in methodWithoutAnnotatedParameters() method in AnnotatedElementParameterTest.MethodClass