phillipcheng / log.analysis

1 stars 15 forks source link

Generate full flow schema by means of config key annotation #224

Closed hanzac closed 7 years ago

hanzac commented 7 years ago

The annotation is defined as this: public @interface ConfigKey { Class<?> type() default String.class; / Default value in string / String defaultValue() default ""; / Special format / String format() default ""; / Display title / String title() default ""; / Description / String description() default ""; }