All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.versions.9.com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
/*
 * Copyright (c) 1997, 2019 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

package com.sun.xml.bind.v2.runtime.reflect.opt;

import java.io.InputStream;
import java.util.logging.Level;
import java.util.logging.Logger;

import com.sun.xml.bind.Utils;
import com.sun.xml.bind.v2.bytecode.ClassTailor;

/**
 * Stub version of {@link AccessorInjector} for java versions >= 9
 *
 * @author Daniel Kec
 */
class AccessorInjector {

    protected static final boolean noOptimize = true;

    public static Class prepare(
            Class beanClass, String templateClassName, String newClassName, String... replacements) {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy