Package nl.vpro.util

Class ProviderAndBuilder


  • public class ProviderAndBuilder
    extends Object
    If you have a provider implementation based on a builder, you can fill the fields of the provider to the builder using reflection. Providers can come in usefull with IOC-frameworks like guice. The idea is to put Named annotation on the fields of the Provider.
    Since:
    1.69
    Author:
    Michiel Meeuwissen