This type of bleed can occur when you initialize fields in their
declaration
eg:

@Persist
@Property
private Filter filter = new Filter(); // BAD!!

Reply via email to