alundblad@2814: /* alundblad@2814: * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. alundblad@2814: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. alundblad@2814: * alundblad@2814: * This code is free software; you can redistribute it and/or modify it alundblad@2814: * under the terms of the GNU General Public License version 2 only, as alundblad@2814: * published by the Free Software Foundation. alundblad@2814: * alundblad@2814: * This code is distributed in the hope that it will be useful, but WITHOUT alundblad@2814: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or alundblad@2814: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License alundblad@2814: * version 2 for more details (a copy is included in the LICENSE file that alundblad@2814: * accompanied this code). alundblad@2814: * alundblad@2814: * You should have received a copy of the GNU General Public License version alundblad@2814: * 2 along with this work; if not, write to the Free Software Foundation, alundblad@2814: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. alundblad@2814: * alundblad@2814: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA alundblad@2814: * or visit www.oracle.com if you need additional information or have any alundblad@2814: * questions. alundblad@2814: */ alundblad@2814: alundblad@2814: package pkg; alundblad@2814: alundblad@2814: @interface AnonSubclassOnPkg { alundblad@2814: String value(); alundblad@2814: }