Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipAlreadyExistsException::class, ExceptionHandler::class] )
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipNotFoundException::class, ExceptionHandler::class] )
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipRequestAlreadyExistsException::class, ExceptionHandler::class] )
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipRequestNotFoundException::class, ExceptionHandler::class] )
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [FriendshipServiceException.UserNotHasPermissionsException::class, ExceptionHandler::class] )