Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* 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)};
}
}