Package-level declarations

Types

Link copied to clipboard
@Service
class TradeEventEntityService @Autowired constructor(repository: TradeEventRepository) : BaseEntityService<TradeEvent, Long, TradeEventRepository>