module hunt.markdown.renderer.html.AttributeProviderContext; /** * The context for attribute providers. * <p>Note: There are currently no methods here, this is for future extensibility.</p> * <p><em>This interface is not intended to be implemented by clients.</em></p> */ public interface AttributeProviderContext { }