Annotation Interface DontSerialize


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