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

net.fortuna.ical4j.extensions.strategy.note.Objective Maven / Gradle / Ivy

The newest version!
package net.fortuna.ical4j.extensions.strategy.note;

import net.fortuna.ical4j.extensions.strategy.AbstractStrategy;
import net.fortuna.ical4j.model.component.VJournal;

public class Objective extends AbstractStrategy {

    @Override
    public VJournal get() {
        VJournal vJournal = getPrototype().isPresent() ? getPrototype().get().copy() : new VJournal();
        return vJournal;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy