org.smartboot.http.common.Reset Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2017-2021, org.smartboot. All rights reserved.
* project name: smart-http
* file name: Reset.java
* Date: 2021-02-03
* Author: sandao ([email protected])
******************************************************************************/
package org.smartboot.http.common;
/**
* @author 三刀
* @version V1.0 , 2020/3/31
*/
public interface Reset {
void reset();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy