Package aQute.bnd.annotation.jpms
Annotation Type MainClass
-
@Documented @Retention(CLASS) @Target(TYPE) @Header(name="Main-Class", value="${@class}") public @interface MainClass
Annotation used on a type to indicate that it is theMain-Class
of the application resulting in the manifest header. This information is added to themodule-info.class
.