开发者

Google collect import in Drools

开发者 https://www.devze.com 2023-03-30 03:11 出处:网络
When I try to import MultiMap in Drools rule it caused an error below [11,25]: [ERR 102] Line 11:25 mismatched input \'COLLECT\' expecting \'identifier\' in import

When I try to import MultiMap in Drools rule it caused an error below

[11,25]: [ERR 102] Line 11:25 mismatched input 'COLLECT' expecting 'identifier' in import 

Does anyone know how can开发者_C百科 I import any com.google.common.collect in Drools rule?

P.S. Problem soleved If anyone is interested you should use backquotes like below

com.google.common.`collect`.Multimap


Problem soleved If anyone is interested you should use backquotes like below

com.google.common.`collect`.Multimap

0

精彩评论

暂无评论...
验证码 换一张
取 消