Skip to content
Snippets Groups Projects
BookeEventRegistryImpl.java 236 B
package com.example.library;

import org.springframework.stereotype.Service;

@Service
public class BookeEventRegistryImpl implements BookEventRegistry {


  @Override
  public void registerListener(BookEventListener listener) {

  }
}