big-moving.ru/api/soft/Ace/lib/ace/snippets/drools.snippets

20 lines
223 B
Plaintext
Executable File

snippet rule
rule "${1?:rule_name}"
when
${2:// when...}
then
${3:// then...}
end
snippet query
query ${1?:query_name}
${2:// find}
end
snippet declare
declare ${1?:type_name}
${2:// attributes}
end