An error occurred while loading the file. Please try again.
-
Jan Kožusznik authored
Resolves: #
Verified6c649138
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) {
}
}