Modifiable.java | 45 public AnnotationWriter annotate(ClassName annotation) { method in class:Modifiable 51 public AnnotationWriter annotate(Class<? extends Annotation> annotation) { method in class:Modifiable 52 return annotate(ClassName.fromClass(annotation));
|