Version 2.0.0: update sources
[jvcard.git] / src / be / nikiroo / jvcard / resources / Target.java
CommitLineData
f06c8100
NR
1package 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 */
10public enum Target {
11 colors, display, jvcard, remote, resources
12}