Класс CommentedProperties
Будет разбирать свойства
## General comment line 1
## General comment line 2
##!General comment line 3, is ignored and not loaded
## General comment line 4
# Property A comment line 1
A=1
# Property B comment line 1
# Property B comment line 2
B=2
! Property C comment line 1
! Property C comment line 2
C=3
D=4
# Property E comment line 1
! Property E comment line 2
E=5
# Property F comment line 1
#!Property F comment line 2, is ignored and not loaded
! Property F comment line 3
F=5
Комментарии к файлу свойств:
General comment line 1
General comment line 2
General comment line 4
Итак, свойство "A" комментариев:
Property A comment line 1
Итак, свойство "B" комментариев:
Property B comment line 1
Property B comment line 2
Собственность "C"
Property C comment line 1
Property C comment line 2
Итак, свойство "D" комментариев пусто.
Итак, свойство "E" комментариев:
Property E comment line 1
Property E comment line 2
Итак, свойство "F" комментариев:
Property F comment line 1
Property F comment line 3