Use decrementAndGet() or getAndDecrement() instead.
this.decrementAndGet()
Atomically decrements the current value by one.
Thanks for your feedback!