@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface AsMarshallable
Marshallable type, implying it should be serialized or deserialized accordingly.
It can be applied to fields or method parameters to provide metadata about their marshalling behavior.Copyright © 2024. All rights reserved.