| Annotation Type | Description |
|---|---|
| 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.
|
Copyright © 2005–2017 Red5. All rights reserved.