Class ObjectDecoration
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ObjectDecoration
-
public class ObjectDecoration extends java.lang.Object
Decoration ofManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ObjectDecoration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decorateObject(ObjectClassSectionLoaderContext objectContext)
Decorates theSectionManagedObject
.
-
-
-
Method Detail
-
decorateObject
public void decorateObject(ObjectClassSectionLoaderContext objectContext)
Decorates theSectionManagedObject
.- Parameters:
objectContext
-ObjectClassSectionLoaderContext
.
-
-