@Override
 public boolean eval(Prop prop) throws Exception {
   return prop.getAnnotation(annotated) != null;
 }