|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface FudgeFieldOrdinal
Annotation for mapping a field within a Bean to a specific ordinal in corresponding Fudge messages.
Required Element Summary | |
---|---|
short |
value
Specifies the ordinal of the field within a Fudge message. |
Optional Element Summary | |
---|---|
boolean |
noFieldName
Indicates that the field name must be omitted from the message. |
Element Detail |
---|
public abstract short value
public abstract boolean noFieldName
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |