create config package

This commit is contained in:
Sebastian Sdorra
2011-05-18 21:53:24 +02:00
parent edc5b78813
commit 5aa833f3de
7 changed files with 41 additions and 9 deletions

View File

@@ -47,6 +47,6 @@ import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Command
{
String value() default "";
String usage() default "";
String value() default "";
String usage() default "";
}