Searched defs:copyAnnotations (Results 1 – 4 of 4) sorted by relevance
349 public void copyAnnotations() { in copyAnnotations() method in MemoizedTest
323 private ImmutableList<AnnotationSpec> copyAnnotations( in copyAnnotations() method in MemoizeExtension.Generator
747 private void copyAnnotations(CtMethod src, CtMethod dest) in copyAnnotations() method in JvstTest3756 private void copyAnnotations(MethodInfo src, MethodInfo dest, String annotationTag) { in copyAnnotations() method in JvstTest3
901 private ImmutableList<String> copyAnnotations( in copyAnnotations() method in AutoValueOrOneOfProcessor