What are the @org.jboss.cache.pojo.annotation.Transient and @org.jboss.cache.pojo.annotation.Serializable field level annotations?
In 2.0, we also offer two additional field-level annotations. The first one, @org.jboss.cache.pojo.Transient , when applied has the same effect as declaring a field transient . POJO Cache won’t put this field under management. The second one, @org.jboss.cache.pojo.Serializable when applied, will cause POJO Cache to treat the field as a Serializable object even when it is @org.jboss.cache.pojo.Replicable .