4.3.2.8 非持久性

指定成员不是持久性的注释。如果使用,这是成员上唯一允许的注释。

4.3.2.8.1 概要
 @Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD})  @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME)  public  @interface  NotPersistent  {
}