Spring BlazeDS Integration

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


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

Indicates a property to be skipped during the AMF conversion process. Applying to a getter indicates that the property should be ignored during serialization to AMF. Applying to a setter indicates that the property should be ignored during AMF deserialization.

Author:
Jeremy Grelle


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.