Annotation Interface Module


@Documented @Target(PACKAGE) @Retention(RUNTIME) public @interface Module
Annotation to define metadata for a module. This annotation is used to specify attributes related to a software module, including its name, description, version, vendor, and other key properties.
Author:
Syam