@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SbeCompositeField
This annotation sets correspondence between the annotated method and particular field of SBE composite.
The annotation can be applied to the method that implements one of the following functions:
void methodName(valueType value);valueType methodName();boolean methodName(). Must be used together with SbeNullCheck annotation;void methodName(). Must be used together with SbeNullSetter annotation;public abstract String value
Copyright © 2005–2025 Onix Solutions. All rights reserved.