When I declare my POJO to be “aspectized”, what happens to the fields with transient, static, and final modifiers?
PojoCache currently will ignore the fields with these modifiers. That is, it won’t put these fields into the cache (and thus no replication either).