Package jetbrains.mps.generator.runtime
Annotation Type Generated
- 
public @interface GeneratedMarker for classes produced by generator. Classes with this annotation survive generation transformation and end up in the output model. It's common to use regular java class stubs in generator models as a dummy target for references, and as long as these classes do not bear this annotation, they will be dropped at generation. Clients willing their classes to persist, may add this annotation to their classes.