Class FieldDecorating

java.lang.Object
org.picocontainer.behaviors.AbstractBehaviorFactory
org.picocontainer.behaviors.FieldDecorating
All Implemented Interfaces:
Serializable, BehaviorFactory, FieldDecorated.Decorator, ComponentFactory

public abstract class FieldDecorating extends AbstractBehaviorFactory implements FieldDecorated.Decorator
BehaviorFactory for Field Decorating. This factory will create org.picocontainer.gems.behaviors.FieldDecorated that will allow you to decorate fields on the component instance that has been created
Author:
Paul Hammant
See Also: