| Enum | Description | 
|---|---|
| PostCondition.Type | |
| PreCondition.Type | 
| Annotation Type | Description | 
|---|---|
| Authenticated | |
| CheckIndex | Precondition for checking if the argument is a valid index. | 
| CheckNotNull | Pre- or postcondition check that a parameter is not null. | 
| CheckState | Pre or postcondition that a state is valid. | 
| Excluded | Excluded methods throw UnsupportedOperationException
  when called from remote. | 
| GuiClass | Gui representation for a service. | 
| GuiClassName | Gui representation for a service. | 
| GuiClassNames | Gui representations for a service. | 
| MultiplexCollector | |
| MultiplexDistributor | |
| NoCopy | Parameters that should be copied / not copied. | 
| ParameterInfo | Parameter info annotation. | 
| PostCondition | |
| PostConditions | |
| PreCondition | |
| PreConditions | |
| Reference | Can be used to give objects reference semantics in local
  and remote calls:
  - in local calls references are not copied. | 
| Replacement | Define a replacement object to be called
  instead of the remote method. | 
| SecureTransmission | Policy to use secure transmission for service calls. | 
| Security | Set the required security level for a service or object or its methods. | 
| Service | Mark a class as implementing a service. | 
| ServiceComponent | Annotation for field of pojo service in which
  the service component (internal access) should be injected. | 
| ServiceIdentifier | Annotation for field of pojo service in which
  the service identifier should be injected. | 
| ServiceShutdown | Annotation for pojo service shutdown method. | 
| ServiceStart | Annotation for pojo service start method. | 
| Synchronous | If void methods are declared synchronous they will block
  the caller until the method has been executed on the
  remote side (exceptions thus can arrive). | 
| TargetMethod | Target method annotation. | 
| Timeout | Specify a timeout period after which the remote invocation
  is aborted when no result is received. | 
| Uncached | Specify a method as uncached. | 
| Value | Value as class or unparsed expression string. |