Skip to content

Commit e98ecf9

Browse files
committed
improved comments
1 parent 85d3d68 commit e98ecf9

File tree

1 file changed

+7
-0
lines changed
  • jbbp/src/main/java/com/igormaznitsa/jbbp/mapper

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,20 @@
5959

6060
/**
6161
* Custom type. It plays role only if {@link #type()} is UNDEFINED
62+
* <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
6263
*
6364
* @return type of the field, if empty then undefined
65+
* @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
6466
* @since 2.0.0
6567
*/
6668
String customType() default "";
6769

6870
/**
6971
* Expression to represent array size of the field.
72+
* <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
7073
*
7174
* @return array size of the field, if empty then not defined
75+
* @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
7276
* @since 2.0.0
7377
*/
7478
String arraySizeExpr() default "";
@@ -103,7 +107,10 @@
103107

104108
/**
105109
* Expression as extra part of type. It means take part in <b>type[:extra]</b>
110+
* <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
111+
*
106112
* @return extra value, if empty then undefined
113+
* @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
107114
* @since 2.0.0
108115
*/
109116
String paramExpr() default "";

0 commit comments

Comments
 (0)