Example #1
0
 @Override
 public AnnotationMirror getAnnotation(String type) {
   if (annotations == null) {
     annotations = JavacUtil.getAnnotations(methodSymbol);
   }
   return annotations.get(type);
 }