Annotation Interface InterpreterDefaultContext.MainContext
- Enclosing class:
- InterpreterDefaultContext
@Qualifier
@Target({FIELD,PARAMETER,METHOD})
@Retention(RUNTIME)
public static @interface InterpreterDefaultContext.MainContext
This annotation is used as a
Qualifier
to identify an
InterpreterDefaultContext
as the root context of a simulation.
The annotation should be used to signal to the employed dependency injection framework that a
parameter of type InterpreterDefaultContext
of an Inject
-annotated
constructor should be supplied with the simulation root context.