Version 2.0.0: update sources
[jvcard.git] / src / be / nikiroo / jvcard / resources / Target.java
1 package be.nikiroo.jvcard.resources;
2
3 /**
4 * The type of configuration information the associated {@link Bundle} will
5 * convey.
6 *
7 * @author niki
8 *
9 */
10 public enum Target {
11 colors, display, jvcard, remote, resources
12 }