| Name | Description | Type | Package | Framework |
| CDIProxies | Utility class to work with CDI proxies, allowing us to get objects without weld proxies. | Class | br.com.caelum.vraptor.proxy | VRaptor |
| JavassistProxifier | Javassist implementation for Proxifier. | Class | br.com.caelum.vraptor.proxy | VRaptor |
| MethodInvocation | Callback for method invocations on proxies. | Interface | br.com.caelum.vraptor.proxy | VRaptor |
| Proxifier | Return true if the object is a proxy, false otherwise. | Interface | br.com.caelum.vraptor.proxy | VRaptor |
| ProxyCreationException | Thrown when proxy creation fails. | Class | br.com.caelum.vraptor.proxy | VRaptor |
| ProxyInvocationException | Thrown when proxy invocation fails. | Class | br.com.caelum.vraptor.proxy | VRaptor |
| SuperMethod | Defines calls to the overriden original method. | Interface | br.com.caelum.vraptor.proxy | VRaptor |