|
|
Browse by Tags
All Tags » ObjectContainer » Transient (RSS)
-
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 ...
|
|
|