net.fortuna.ical4j.model.Rfc5545ComponentRule Maven / Gradle / Ivy
package net.fortuna.ical4j.model;
/**
* Incarnation of RFC5545 rule that applies to Component
elements.
*
* @author daniel grigore
*
* @param
* subtype of {@link Component} class
*/
public interface Rfc5545ComponentRule extends Rfc5545Rule {
}