Anonymous |
Annotation for classes that should be serialized without their class name.
|
DeclarePrivate |
Annotation for public methods that should not be callable through RTMP, RTMPT or Remoting.
|
DeclareProtected |
Annotation for public methods that should be protected by a named permission when called through RTMP, RTMPT or Remoting.
|
DontSerialize |
Annotation for fields that should not be serialized when sending objects to a client.
|
RemoteClass |
Annotation for classes that should be serialized with a different classname.
|