refactoring
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Config {
|
||||
public @interface Configuration {
|
||||
/**
|
||||
* path of the configuration file
|
||||
*/
|
||||
@@ -15,5 +15,5 @@ public @interface Value {
|
||||
*/
|
||||
String name() default "";
|
||||
|
||||
String _default();
|
||||
String standard();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user