blob: 9d5fa1bec5f433854a5430ee91f5af05f108e9a3 [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2020
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
******************************************************************************/
package javax.xml.bind;
public class EmptyClass {
/*
Package and Class created to resolve the following error message:
Missing constraints: Import-Package: javax.xml.bind; version="0.0.0"
*/
}