@Override
 public <A extends Annotation> A getAnnotation(Class<A> acls) {
   return _annotated.getAnnotation(acls);
 }