/def-proxy

Simple API for building dynamic proxies

Primary LanguageJava

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.