@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.PACKAGE)
@Documented
public @interface System
System - marks the package as system container. See the UES modularization documentation for
more details. This annotation could be used by generators and checkers to generate or validate
realization classes and resources during system development.