[#3204] Clarify what "fully qualified" means in the context of <include/> and <exclude/> in the code generator configuration

This commit is contained in:
Lukas Eder 2014-04-26 14:19:32 +02:00
parent fcd068dfb3
commit 33faebb305

View File

@ -335,9 +335,12 @@
All elements that are generated from your schema (A Java regular expression.
Use the pipe to separate several expressions) Watch out for
case-sensitivity. Depending on your database, this might be
important! You can create case-insensitive regular expressions
using this syntax: (?i:expr)A comma-separated list of regular
expressions
important!
You can create case-insensitive regular expressions
using this syntax: (?i:expr)
Whitespace is ignored and comments are possible.
-->
<element name="includes" type="string" default=".*" minOccurs="0" maxOccurs="1" />