module Hocon::ConfigIncluderFile

Implement this in addition to {@link ConfigIncluder} if you want to support inclusion of files with the {@code include file(“filename”)} syntax. If you do not implement this but do implement {@link ConfigIncluder}, attempts to load files will use the default includer.