@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface EngineService
This annotation marks a Engine
implementation that must be discovered
during classpath scanning.
Modifier and Type | Required Element and Description |
---|---|
boolean |
injectDefaultToWorkflow
Indicates to the
ContextBuilder that this service should injected or not to any new
default workflow. |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isCoreEngine
Indicates if this service provides a core engine.
|
public abstract boolean injectDefaultToWorkflow
Indicates to the ContextBuilder
that this service should injected or not to any new
default workflow.
true
if inject by default, false
otherwisepublic abstract boolean isCoreEngine
Indicates if this service provides a core engine. Default value must not be changed by WUIC extension.
true
if this is a core engine, false
otherwiseCopyright © 2012-2015. All Rights Reserved.