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