Fix broken Javadoc related to < and >
This commit is contained in:
committed by
Sebastien Deleuze
parent
71e2d8e9de
commit
2defb6555e
@@ -21,7 +21,7 @@ import org.w3c.dom.Element;
|
||||
import org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser;
|
||||
|
||||
/**
|
||||
* Parser for the {@code <oxm:castor-marshaller/>} element.
|
||||
* Parser for the {@code <oxm:castor-marshaller/>} element.
|
||||
*
|
||||
* @author Jakub Narloch
|
||||
* @since 3.1
|
||||
|
||||
@@ -300,10 +300,10 @@ public class XStreamMarshaller extends AbstractMarshaller implements Initializin
|
||||
|
||||
/**
|
||||
* Set the types to use XML attributes for. The given map can contain
|
||||
* either {@code <String, Class>} pairs, in which case
|
||||
* either {@code <String, Class>} pairs, in which case
|
||||
* {@link XStream#useAttributeFor(String, Class)} is called.
|
||||
* Alternatively, the map can contain {@code <Class, String>}
|
||||
* or {@code <Class, List<String>>} pairs, which results
|
||||
* Alternatively, the map can contain {@code <Class, String>}
|
||||
* or {@code <Class, List<String>>} pairs, which results
|
||||
* in {@link XStream#useAttributeFor(Class, String)} calls.
|
||||
*/
|
||||
public void setUseAttributeFor(Map<?, ?> useAttributeFor) {
|
||||
|
||||
Reference in New Issue
Block a user