This type of bleed can occur when you initialize fields in their declaration eg:
@Persist @Property private Filter filter = new Filter(); // BAD!!
This type of bleed can occur when you initialize fields in their declaration eg:
@Persist @Property private Filter filter = new Filter(); // BAD!!