All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.bliki.wiki.tags.util.INoBodyParsingTag Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.tags.util;


/**
 * Interface that indicates, that a wiki tags content (i.e. body)
 * shouldn't be parsed for other wiki tags
 *
 * @see info.bliki.wiki.filter.WikipediaParser
 */
public interface INoBodyParsingTag extends IBodyTag {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy