public interface Service {

public void doSomething();
}

@Service
public class MyService implements service{

@Transactional
public void...