Service.java revision 3822:d8766c39123a
1116742Ssam/*
2116904Ssam * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3116742Ssam * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4116742Ssam *
5116742Ssam * This code is free software; you can redistribute it and/or modify it
6116742Ssam * under the terms of the GNU General Public License version 2 only, as
7116742Ssam * published by the Free Software Foundation.
8116742Ssam *
9116742Ssam * This code is distributed in the hope that it will be useful, but WITHOUT
10116904Ssam * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11116904Ssam * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12116904Ssam * version 2 for more details (a copy is included in the LICENSE file that
13116904Ssam * accompanied this code).
14116904Ssam *
15116904Ssam * You should have received a copy of the GNU General Public License version
16116742Ssam * 2 along with this work; if not, write to the Free Software Foundation,
17116742Ssam * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18116742Ssam *
19116742Ssam * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20116742Ssam * or visit www.oracle.com if you need additional information or have any
21116904Ssam * questions.
22116904Ssam */
23116904Ssam
24116904Ssampackage exported;
25116904Ssam
26116904Ssampublic interface Service {
27116904Ssam}
28116904Ssam