File: java-header-style.xml

package info (click to toggle)
jakarta-validation-api 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 764 kB
  • sloc: java: 2,580; xml: 280; sh: 10; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<!--
  ~ Jakarta 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>