@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Anonymous
Annotation for classes that should be serialized without their classname.
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 (red5@osflash.org), Joachim Bauch (jojo@struktur.de)