@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Transient
BasicCloner
will be given the null or default values. If you simply want to retain the transient field without
copying, register it as Immutable
or NonCloneable
as appropriate.Copyright © 2010–2018 Jadira Systems. All rights reserved.