Interface ConfigExtensionHandler<T extends ConfigBeanProxy>


@Contract public interface ConfigExtensionHandler<T extends ConfigBeanProxy>
  • Method Summary

    Modifier and Type
    Method
    Description
    handleExtension(Object owner, Class<T> extensionType, Object[] params)
     
  • Method Details