com.farouk.bengharssallah.rss.parser.cnbc.CNBCNews Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rss-parser-lib Show documentation
Show all versions of rss-parser-lib Show documentation
A module library containing some APIs to get data existed in RSS Feed URLs
The newest version!
package com.farouk.bengharssallah.rss.parser.cnbc;
import com.farouk.bengharssallah.rss.model.News;
/**
* {@link CNBCNews} is a {@link News} child to support data extracted from CNBC.com
* RSS feed
*
***/
@SuppressWarnings("serial")
public class CNBCNews extends News {
}