]
James Perkins updated LOGTOOL-71:
---------------------------------
Fix Version/s: 1.2.2.Final
(was: 1.2.1.Final)
Allow messages to have expressions resolved at code generation time
-------------------------------------------------------------------
Key: LOGTOOL-71
URL:
https://issues.jboss.org/browse/LOGTOOL-71
Project: Log Tool
Issue Type: Feature Request
Reporter: James Perkins
Assignee: James Perkins
Fix For: 1.2.2.Final
Allow messages in the {{@Message}} annotation to allow expressions in the format of:
{code}
${property.name:default}
{code}
A warning message should be generated if the property name was not found. If not default
is found an error should be generated.
The properties file needs to have the same fully qualified path and name of the
interface. The properties file will not be used at runtime. There should also be an
annotation processing option to allow a path to a properties file.