Annotation Interface Anonymous


@Target(TYPE) @Retention(RUNTIME) public @interface Anonymous
Annotation for classes that should be serialized without their class name. This should only be used if you know what you're doing and currently is only added to Red5 internal classes.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)