blob: 1547eb4c83ea0c09a7f0a1bfd965340e65cccb25 [file] [log] [blame]
package org;
/* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* This is a class in a top-level pacakge. It might be a little bit weird
* for JAM just because the package name doesn't have any dots in it -
* worth testing.
*
* @author Patrick Calahan <email: pcal-at-bea-dot-com>
*/
public interface TopLevelPackageClass {
public int getId();
}