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