package mine.projects.aopdemo_jdk;

import org.springframework.stereotype.Service;

public interface DemoInterface {
	void save();
}

