ebde93f0c69742f495c5b5d6f5fcf4a389300861
[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 }