When I declared my POJO to be “aspectized”, what happens to the fields with transient, static, and final modifiers?

0
Posted

When I declared my POJO to be “aspectized”, what happens to the fields with transient, static, and final modifiers?

0

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).

Related Questions