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