The @AllowsPassByReference annotation is used on implementations
of remotable interfaces to indicate that interactions with the
service from a client within the same address space are allowed
to use pass by reference data exchange semantics.
The @AsyncInvocation annotation is used to indicate that the operations of a Java interface
uses the long-running request-response pattern as described in the SCA Assembly specification.