Interface PropertiesInjector


  • public interface PropertiesInjector
    Interface for java properties injector.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
    • Method Detail

      • injectProperties

        void injectProperties​(Object object)
                       throws PropertyInjectionException
        Inject properties in annotated fields of the given object.
        Parameters:
        object - the object in which to inject properties.
        Throws:
        PropertyInjectionException - thrown if an exception occurs during properties injection