Annotation Type EngineElementConstructor


@Retention(RUNTIME) @Target(CONSTRUCTOR) public @interface EngineElementConstructor
Annotation on EngineElements that signify the constructor for this component (rather than using the default). The classes in the parameters should be singletons that the engine should instantiate. If the type is EngineLoggingFactory.Logger, a logger designated for the class is created.
Author:
Matthew Tropiano