Annotation Types Summary |
Anonymous |
Annotation for classes that should be serialized without their classname. |
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. |