dromara / liteflow

Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!
Apache License 2.0
3.04k stars 424 forks source link

ContextBean注解,字段的Alias写反了? #62

Open hotwater99 opened 6 months ago

hotwater99 commented 6 months ago

public @interface ContextBean {

@LFAliasFor("name")
String value() default "";

@LFAliasFor("value")
String name() default "";

}