Package de.linusdev.lutils.struct.annos
Annotation Interface StructureSettings
Marks this class as a
Structure and contains specific information about it.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanboolean
-
Element Details
-
requiresCalculateInfoMethod
boolean requiresCalculateInfoMethod- Returns:
trueif this structuresStructureStaticVariables.INFOmust be retrieved through thecalculateInfomethod
- Default:
false
-
requiresFixedLengthAnnotation
boolean requiresFixedLengthAnnotation- Returns:
trueif this structurescalculateInfomethod requires aFixedLengthannotation.
- Default:
false
-