if (author == null) break;
rval.add(author.name());
break;
case VERSION:
final Version version = plugin.getClass().getAnnotation(Version.class);
if (version == null) break;
rval.add(Integer.toString(version.version()));
if(plugin == this.pluginManager) {
final String build = $(PluginManagerImpl.class.getResourceAsStream("jspf.version")).text().split("\n").hashmap().get("build");
rval.add("jspf.build:" + build);
}