Annotation Interface SpacePersist


@Target(METHOD) @Retention(RUNTIME) public @interface SpacePersist
Indicate if the instance is persist. The Dynamic method must have a return value boolean as method signature e.g. class MyPojo{ private boolean isPersistent; &#064SpacePersist public boolean isPersistent(){ return isPersistent; } }
Since:
5.1
Author:
Lior Ben Yizhak