package org.nutz.aop.javassist.meta; public class Vegetarians { public static int run(Vegetarian r, int distance) { return r.run(distance); } }