Annotation Type InterpreterDefaultContext.ParentContext
-
@Qualifier @Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) public static @interface InterpreterDefaultContext.ParentContext
This annotation is used as aQualifier
to identify anInterpreterDefaultContext
as the parent of a context of a simulation. The annotation should be used to signal to the employed dependency injection framework that a parameter of typeInterpreterDefaultContext
of anInject
-annotated constructor should be supplied with the current parent context.