blob: 097b72e5e4f9c01654866b0d8fcedcecd16ed812 [file] [log] [blame]
RoomModel room.basic.test {
import room.basic.service.timing.* from "TimingService.room"
import room.basic.types.* from "Types.room"
/**
* A SubSystemClass or ActorClass having this annotation is construed as an instance.<br>
* During generation the necessary instantiation (LogicalSystem, SubSystemRef etc.) and mapping will be created.
* <p>
* Must not have LogicalThreads. Globally only once allowed. Runtime execution on DefaultThread of given PhysicalSystem.
* </p>
*/
AnnotationType TestInstance {
target = { SubSystemClass, ActorClass }
}
}