ccare / def-proxy

Simple API for building dynamic proxies

Home Page:http://hyperthunk.wordpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is def-proxy, a small set of classes to facilitate easily working with dynamic proxies. The library aims to stay out of your way as much as possible, offering the following features:

  • Simple mappings between proxy interface and back end delegate
  • A clean, lightweight builder DSL for configuring mappings
  • Support for declarative mappings using annotations

Please note that def-proxy will is alpha software. This project uses semantic versioning.

About

Simple API for building dynamic proxies

http://hyperthunk.wordpress.com


Languages

Language:Java 100.0%