Commit b363ee6a authored by yihua.huang's avatar yihua.huang

move constant to class

parent df682857
...@@ -38,6 +38,6 @@ public @interface Formatter { ...@@ -38,6 +38,6 @@ public @interface Formatter {
* If there are more than one formatter for a class, just specify the implement. * If there are more than one formatter for a class, just specify the implement.
* @return implement * @return implement
*/ */
Class<? extends ObjectFormatter> formatter() default DEFAULT_FORMATTER; Class<? extends ObjectFormatter> formatter() default ObjectFormatter.class;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment