*/
private static final long serialVersionUID = 18_598_175_719_603L;
+ /**
+ * An event triggered when the administrator has added a country
+ */
+ @Inject
+ @Any
+ private Event<AdminAddedCountryEvent> addedCountryEvent;
+
/**
* Abroad dial prefix
*/
@Inject
private PizzaCountryWebApplicationController countryController;
- /**
- * An event triggered when the administrator has added a country
- */
- @Inject
- @Any
- private Event<AdminAddedCountryEvent> addedCountryEvent;
-
/**
* Local dial prefix
*/