com.memority.toolkit.inwebo.api.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2016-2023 Memority. All Rights Reserved.
*
* This file is part of Memority Toolkit API , a Memority project.
*
* This file is released under the Memority Public Artifacts End-User License Agreement,
* see
* Unauthorized copying of this file, via any medium is strictly prohibited.
*/
@XmlSchema(
namespace = XmlConstants.NS_TOOLKIT_INWEBO,
xmlns = {@XmlNs(prefix = "inwebo", namespaceURI = XmlConstants.NS_TOOLKIT_INWEBO),}
)
package com.memority.toolkit.inwebo.api;
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlSchema;