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

org.glassfish.jaxb.runtime.v2.model.annotation.Init Maven / Gradle / Ivy

There is a newer version: 4.0.5
Show newest version
/*
 * Copyright (c) 2023 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 org.glassfish.jaxb.runtime.v2.model.annotation;


class Init {


    static Quick[] getAll() {
        return new Quick[] {new XmlAccessorOrderQuick(null, null), new XmlAccessorTypeQuick(null, null), new XmlAnyAttributeQuick(null, null), new XmlAnyElementQuick(null, null), new XmlAttachmentRefQuick(null, null), new XmlAttributeQuick(null, null), new XmlElementQuick(null, null), new XmlElementDeclQuick(null, null), new XmlElementRefQuick(null, null), new XmlElementRefsQuick(null, null), new XmlElementWrapperQuick(null, null), new XmlElementsQuick(null, null), new XmlEnumQuick(null, null), new XmlEnumValueQuick(null, null), new XmlIDQuick(null, null), new XmlIDREFQuick(null, null), new XmlInlineBinaryDataQuick(null, null), new XmlListQuick(null, null), new XmlMimeTypeQuick(null, null), new XmlMixedQuick(null, null), new XmlNsQuick(null, null), new XmlRegistryQuick(null, null), new XmlRootElementQuick(null, null), new XmlSchemaQuick(null, null), new XmlSchemaTypeQuick(null, null), new XmlSchemaTypesQuick(null, null), new XmlSeeAlsoQuick(null, null), new XmlTransientQuick(null, null), new XmlTypeQuick(null, null), new XmlValueQuick(null, null), new XmlJavaTypeAdapterQuick(null, null), new XmlJavaTypeAdaptersQuick(null, null)};
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy