Annotation Type Quiet
-
@Documented @Retention(SOURCE) @Target({PACKAGE,TYPE,CONSTRUCTOR,METHOD}) public @interface Quiet
Do not print the compile commands on application startup.
@Documented
@Retention(SOURCE)
@Target({PACKAGE,TYPE,CONSTRUCTOR,METHOD})
public @interface Quiet