![JAR search and dependency download from the Maven repository](/logo.png)
net.java.textilej.parser.QuoteAttributes Maven / Gradle / Ivy
The newest version!
package net.java.textilej.parser;
/**
* Attributes for block quotes.
*
* @author dgreen
*
*/
public class QuoteAttributes extends Attributes {
private String citation;
public String getCitation() {
return citation;
}
public void setCitation(String citation) {
this.citation = citation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy