rval.add(string);
}
break;
case AUTHORS:
final Author author = plugin.getClass().getAnnotation(Author.class);
if (author == null) break;
rval.add(author.name());
break;
case VERSION:
final Version version = plugin.getClass().getAnnotation(Version.class);
if (version == null) break;