ConfigKey.java revision 8729:0242fce0f717
1239922Sgonzo/*
2239922Sgonzo * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
3239922Sgonzo * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4239922Sgonzo *
5239922Sgonzo * This code is free software; you can redistribute it and/or modify it
6239922Sgonzo * under the terms of the GNU General Public License version 2 only, as
7239922Sgonzo * published by the Free Software Foundation.
8239922Sgonzo *
9239922Sgonzo * This code is distributed in the hope that it will be useful, but WITHOUT
10239922Sgonzo * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11239922Sgonzo * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12239922Sgonzo * version 2 for more details (a copy is included in the LICENSE file that
13239922Sgonzo * accompanied this code).
14239922Sgonzo *
15239922Sgonzo * You should have received a copy of the GNU General Public License version
16239922Sgonzo * 2 along with this work; if not, write to the Free Software Foundation,
17239922Sgonzo * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18239922Sgonzo *
19239922Sgonzo * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20239922Sgonzo * or visit www.oracle.com if you need additional information or have any
21239922Sgonzo * questions.
22239922Sgonzo */
23239922Sgonzo
24239922Sgonzopublic enum ConfigKey {
25239922Sgonzo    CONSTANT3, CONSTANT2;
26239922Sgonzo}