@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface SbeAutoRecognize
void set{FieldName}(T value)
is a setter for the 'FieldName' field. The T type must be compatible with the SBE type.
- Method: T get{FieldName}()
is a getter for the 'FieldName' field. The T type must be compatible with the SBE type.
- Method: boolean has{FieldName}()
is a null-checker for the 'FieldName' field.
- Method: void setNull{FieldName}()
is a null-setter for the 'FieldName' field.
Also, the SbeNotUsed
annotation prevents applying of auto-recognition for the given method.Copyright © 2005–2024 Onix Solutions. All rights reserved.