Annotation Type Print
-
@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface Print
Print generated assembler code after compilation of the specified method.
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD})
public @interface Print