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

org.babyfish.jimmer.Immutable Maven / Gradle / Ivy

There is a newer version: 0.8.177
Show newest version
package org.babyfish.jimmer;

import java.lang.annotation.*;

/**
 * Specifies that an interface is an immutable interface.
 *
 * 

Don't use it on ORM entity type!

* * If a top-level user interface is decorated with * this annotation or org.babyfish.jimmer.sql.Entity, * the Annotation Processor will generate more source code for it. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface Immutable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy