Version 2.0.0: update sources
[jvcard.git] / src / be / nikiroo / jvcard / resources / Target.java
diff --git a/src/be/nikiroo/jvcard/resources/Target.java b/src/be/nikiroo/jvcard/resources/Target.java
new file mode 100644 (file)
index 0000000..ebde93f
--- /dev/null
@@ -0,0 +1,12 @@
+package be.nikiroo.jvcard.resources;
+
+/**
+ * The type of configuration information the associated {@link Bundle} will
+ * convey.
+ * 
+ * @author niki
+ * 
+ */
+public enum Target {
+       colors, display, jvcard, remote, resources
+}
\ No newline at end of file