Package de.delinkedde.areashopreborn.application


package de.delinkedde.areashopreborn.application
Contains the use cases and business policies of AreaShopReborn.

Classes in this package coordinate domain objects, persistence repositories, WorldGuard, and Vault. Database work is performed asynchronously, while Bukkit and WorldGuard mutations are explicitly transferred to the server thread. This boundary is essential because a single purchase may touch both durable data and external plugin state.