File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
jbbp/src/main/java/com/igormaznitsa/jbbp/mapper Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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 "" ;
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 "" ;
You can’t perform that action at this time.
0 commit comments