Searched refs:getAnnotationsOnParameter (Results 1 – 2 of 2) sorted by relevance
112 final List<AnnotationEntryGen> firstParamAnnotations = mg.getAnnotationsOnParameter(0); in testAnnotationsAreUnpacked()114 final List<AnnotationEntryGen> secondParamAnnotations = mg.getAnnotationsOnParameter(1); in testAnnotationsAreUnpacked()
1138 public List<AnnotationEntryGen> getAnnotationsOnParameter(final int i) { in getAnnotationsOnParameter() method in MethodGen