Spring BlazeDS Integration

org.springframework.flex.core.io
Annotation Type AmfProperty


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface AmfProperty

Indicates the name of a property in an AMF message to be mapped to a constructor parameter during deserialization.

Author:
Jeremy Grelle

Required Element Summary
 String value
          The name of the corresponding property in the AMF payload.
 

Element Detail

value

public abstract String value
The name of the corresponding property in the AMF payload.


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.