org.red5.annotations
Annotation Type RemoteClass


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RemoteClass

Annotation for classes that should be serialized with a different classname.

Author:
The Red5 Project ([email protected]), Harald Radi ([email protected])

Required Element Summary
 String alias
           
 

Element Detail

alias

public abstract String alias


Copyright © 2006-2012 The Red5 Project