Spring BlazeDS Integration

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


@Target(value=CONSTRUCTOR)
@Retention(value=RUNTIME)
public @interface AmfCreator

Indicates the constructor to be used when deserializing a type from AMF. Generally used with classes that lack a default no-arg constructor. The annotated constructor's parameters must also be annotated with AmfProperty.

Author:
Jeremy Grelle
See Also:
AmfProperty


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.