All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ion.validation-api.2.0.0.CR1.source-code.java-header-style.xml Maven / Gradle / Ivy

There is a newer version: 2.0.1.Final
Show newest version
<?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>
	<java_class_style>
		<firstLine>/*</firstLine>
		<beforeEachLine> * </beforeEachLine>
		<endLine> */</endLine>
		<!--<afterEachLine></afterEachLine>-->
		<!--skipLine></skipLine-->
		<firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
		<lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
		<allowBlankLines>false</allowBlankLines>
		<isMultiline>true</isMultiline>
		<padLines>false</padLines>
	</java_class_style>
</additionalHeaders>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy