注释接口 Immutable


@Retention(RUNTIME) @Target(TYPE) public @interface Immutable
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.