org.red5.annotations
Annotation Type DontSerialize


@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 ([email protected]), Joachim Bauch ([email protected])



Copyright © 2006-2012 The Red5 Project