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

sirius.biz.protocol.NoJournal Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

package sirius.biz.protocol;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Marks a field as non traced.
 * 

* Such fields (or their changes) are not recorded by the {@link JournalData}. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface NoJournal { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy