Skip to content

Commit ed234d7

Browse files
committed
improved reference of a @bin parameter
1 parent 49bfd77 commit ed234d7

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/com/igormaznitsa/jbbp/mapper

1 file changed

+2
-1
lines changed

src/main/java/com/igormaznitsa/jbbp/mapper/Bin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
BinType type() default BinType.UNDEFINED;
5959

6060
/**
61-
* Order of bits for the field.
61+
* Order of bits for the field.
62+
* <b>NB! The Value has strong effect! A Numeric field content will be inverted during mapping or saving of the field if the value is MSB0 (Java uses standard LSB0)</b>
6263
*
6364
* @return LSB0 or MSB0 outOrder, LSB0 by default
6465
* @see JBBPBitOrder

0 commit comments

Comments
 (0)