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 the Main-Class of the application resulting in the manifest header. This information is added to the module-info.class.