mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
9 lines
200 B
Java
9 lines
200 B
Java
package com.avaje.tests.xml.oxm;
|
|
|
|
|
|
public interface OxmContextBuilder {
|
|
|
|
public OxmNode addRootElement(String rootElementName, Class<?> rootType);
|
|
|
|
public OxmContext createContext();
|
|
} |