]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:31:18 +0000 (21:31 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:42:43 +0000 (21:42 +0100)
- removed star-import and it isn't needed anymore
- still this interface should be used as a type alongside with `@Inject`
  annotations

src/java/org/mxchange/pizzaapplication/beans/contact/mobile/PizzaContactMobileWebRequestController.java [new file with mode: 0644]

diff --git a/src/java/org/mxchange/pizzaapplication/beans/contact/mobile/PizzaContactMobileWebRequestController.java b/src/java/org/mxchange/pizzaapplication/beans/contact/mobile/PizzaContactMobileWebRequestController.java
new file mode 100644 (file)
index 0000000..2b4522f
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2016 - 2022 Free Software Foundation
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.pizzaapplication.beans.contact.mobile;
+
+import java.io.Serializable;
+
+/**
+ * An interface for user beans
+ * <p>
+ * @author Roland Häder<roland@mxchange.org>
+ */
+public interface PizzaContactMobileWebRequestController extends Serializable {
+
+}