Package de.linusdev.lutils.struct.annos
Annotation Interface FixedLength
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionint @NotNull []int array containing the fixed length(s) -
Optional Element Summary
Optional Elements
-
Element Details
-
value
int @NotNull [] valueint array containing the fixed length(s) -
elementTypes
Classarray containing the element types- Default:
{de.linusdev.lutils.struct.abstracts.Structure.class}
-