Javadoc
This commit is contained in:
@@ -31,7 +31,7 @@ import javax.xml.transform.Result;
|
||||
public interface Marshaller {
|
||||
|
||||
/**
|
||||
* Marshals the object graph with the given root into the provided <code>javax.xml.transform.Result</code>.
|
||||
* Marshals the object graph with the given root into the provided {@link Result}.
|
||||
*
|
||||
* @param graph the root of the object graph to marshal
|
||||
* @param result the result to marshal to
|
||||
|
||||
@@ -27,7 +27,7 @@ import javax.xml.transform.Source;
|
||||
public interface Unmarshaller {
|
||||
|
||||
/**
|
||||
* Unmarshals the given provided <code>javax.xml.transform.Source</code> into an object graph.
|
||||
* Unmarshals the given provided {@link Source} into an object graph.
|
||||
*
|
||||
* @param source the source to marshal from
|
||||
* @return the object graph
|
||||
|
||||
Reference in New Issue
Block a user