| Enum | Description |
|---|---|
| Encoding |
Enum that lists all possible encodings that can be used
|
| POPConfig.Type | |
| POPParameter.Direction |
| Annotation Type | Description |
|---|---|
| POPAsyncConc |
Defines a method as asynchronous and concurrent.
|
| POPAsyncMutex |
Defines a method as asynchronous and mutex.
|
| POPAsyncSeq |
Defines a method as asynchronous and sequential.
|
| POPClass | |
| POPConfig | |
| POPObjectDescription | |
| POPParameter | |
| POPPrivate |
Methods annotated with this are not exposed to the network
|
| POPSemantic |
Make all POPSync* POPAsync* annotation also part of this annotation for
detection.
|
| POPSyncConc |
Defines a method as synchronous and concurrent.
|
| POPSyncMutex |
Defines a method as synchronous and mutex.
|
| POPSyncSeq |
Defines a method as synchronous and sequential.
|