ion.validation-api.2.0.0.Final.source-code.xml-header-style.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8" ?> <!-- ~ Bean Validation API ~ ~ License: Apache License, Version 2.0 ~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>. --> <additionalHeaders> <xml_file_style> <firstLine><![CDATA[<!--]]></firstLine> <beforeEachLine> ~ </beforeEachLine> <endLine><![CDATA[ -->]]></endLine> <!--<afterEachLine></afterEachLine>--> <skipLine><![CDATA[^<\?xml.*>$]]></skipLine> <firstLineDetectionPattern><![CDATA[(\s|\t)*<!--.*$]]></firstLineDetectionPattern> <lastLineDetectionPattern><![CDATA[.*-->(\s|\t)*$]]></lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines> <isMultiline>true</isMultiline> <padLines>false</padLines> </xml_file_style> </additionalHeaders>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy