@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface DontSerialize
Annotation for fields that should not be serialized when sending
objects to a client.
- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)