Annotation Interface MainArgs


@Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface MainArgs
Used to bind and inject the arguments passed to the "public static void main(String[] args)" method.