Merge branch 'master' of ../infrautils
[odlguice.git] / inject-guice / src / test / java / org / opendaylight / infrautils / inject / guice / test / ClassPathScannerTestNoInterfacesImplementation.java
diff --git a/inject-guice/src/test/java/org/opendaylight/infrautils/inject/guice/test/ClassPathScannerTestNoInterfacesImplementation.java b/inject-guice/src/test/java/org/opendaylight/infrautils/inject/guice/test/ClassPathScannerTestNoInterfacesImplementation.java
new file mode 100644 (file)
index 0000000..0e891ee
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright © 2018 Red Hat, Inc. and others.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+package org.opendaylight.infrautils.inject.guice.test;
+
+import javax.inject.Singleton;
+
+@Singleton
+public class ClassPathScannerTestNoInterfacesImplementation {
+}