net.fortuna.ical4j.transform.rfc5545.Rfc5545ComponentRule Maven / Gradle / Ivy
package net.fortuna.ical4j.transform.rfc5545;
import net.fortuna.ical4j.model.Component;
/**
* Incarnation of RFC5545 rule that applies to Component
elements.
*
* @author daniel grigore
*
* @param
* subtype of {@link Component} class
*/
public interface Rfc5545ComponentRule extends Rfc5545Rule {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy