
org.javastro.ivoa.jaxb.EntityMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxbjpa-utils Show documentation
Show all versions of jaxbjpa-utils Show documentation
generic utilities to make using JAXB and JPA easier
The newest version!
/*
* Created on 18 Aug 2021
* Copyright 2021 Paul Harrison ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License in file LICENSE
*/
package org.javastro.ivoa.jaxb;
/**
* Entity Metadata Required to generify some JAXB operations .
* @author Paul Harrison ([email protected])
* @since 18 Aug 2021
*/
public interface EntityMetadata {
Class getJavaType();
String getNamespace();
/**
* Element name
* @return
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy