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

net.fortuna.ical4j.util.UidGenerator Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
package net.fortuna.ical4j.util;

import net.fortuna.ical4j.model.property.Uid;

public interface UidGenerator {

    /**
     * @return a unique component identifier
     */
    Uid generateUid();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy