All Tags »
ObjectContainer »
Callbacks »
Transient (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi
I need to reinstate a transient field from Child.objectOnActivate with a property from Parent as parameter. Something like this:
public class Child extends Parent {
private transient StrategyEnabler field;
public Child(Set<String> content) { super(content); field = new ...