org.fudgemsg.mapping
Annotation Type FudgeFieldName


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FudgeFieldName

Annotation for mapping a field within a Bean to a specific name in corresponding Fudge messages.


Required Element Summary
 String value
          Specifies the name of the field within a Fudge message if it needs to be different from the implied Bean property name.
 

Element Detail

value

public abstract String value
Specifies the name of the field within a Fudge message if it needs to be different from the implied Bean property name.



Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0