]
Edson Tirelli commented on JBRULES-3158:
----------------------------------------
The actual syntax will be:
{code:title=epdeclaration.ebnf}
epDeclaration := DECLARE ENTRY-POINT stringId annotation* END
{code}
E.g.:
{code:title=epdeclaration.drl}
declare entry-point eventStream
@source( "jndi://services/JMSQueue" )
@foo( "bar" )
end
{code}
Add ability to support entry point declaration and compile time
checking of used entry points
---------------------------------------------------------------------------------------------
Key: JBRULES-3158
URL:
https://issues.jboss.org/browse/JBRULES-3158
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-api, drools-compiler, drools-core
Affects Versions: 5.2.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Labels: fusion_roadmap
Fix For: 5.3.0.CR1
Add ability to support entry point declaration and compile time checking of used entry
points. E.g.
declare entry-point A, B, C
--
This message is automatically generated by JIRA.
For more information on JIRA, see: