@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.PACKAGE)
@Documented
public @interface Module
Module - marks the package as module 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 module development.