Skip to content
Snippets Groups Projects
Commit d2032358 authored by Simon Barner's avatar Simon Barner
Browse files

- Add note to compose()'s JavaDoc that derived compositors must call this method

refs 2208
parent a2750351
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,14 @@ import org.fortiss.tooling.kernel.service.IElementCompositorService;
public abstract class HierarchicElementCompositorBase<HE extends IHierarchicElementContainer>
implements IElementCompositor<HE> {
/** {@inheritDoc} */
/**
* <p>
* {@inheritDoc}
* <p>
* <p>
* <b>Note: Derived compositors must call this method.</b>
* </p>
*/
@Override
public boolean compose(HE container, EObject contained, IElementCompositionContext context) {
// Instantiate annotations for new model element. Derived compositors must call this method
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment