Uses of Interface
org.obligate.annotations.contract.proxy.ContractVariables

Packages that use ContractVariables
org.obligate.annotations.contract.proxy   
 

Uses of ContractVariables in org.obligate.annotations.contract.proxy
 

Classes in org.obligate.annotations.contract.proxy that implement ContractVariables
 class ContractProxy
          A dynamic proxy that looks for the contract annotations and applies them to the call and the result.
 class DirectContractProxy
           
 class IndirectContractProxy
          This class acts as a proxy for EJB calls, this has to do indirection between the external interface and the EJB interface, the reason for this is due to the issue of the slightly odd way that EJB separates the implementation from the generated interfaces.